Question

SharepointOnlineConnector - upload of custom metadata (file properties) to SHP


Badge +1

Hello everyone, is there any way how to write custom file properties (metadata) to Sharepoint, please?

 

Thanks a lot

Lubo


2 replies

Userlevel 4

You'll have to use one or several HTTPCallers after having uploaded the file with the SharepointOnlineConnector to set the custom metadata information. The good news is that you can use the same web connection in the HTTPCaller as in the SharepointOnlineConnector for authentication.

I believe this is the relevant part of the API: https://docs.microsoft.com/en-us/graph/api/listitem-update?view=graph-rest-1.0&tabs=http

Badge +1

You'll have to use one or several HTTPCallers after having uploaded the file with the SharepointOnlineConnector to set the custom metadata information. The good news is that you can use the same web connection in the HTTPCaller as in the SharepointOnlineConnector for authentication.

I believe this is the relevant part of the API: https://docs.microsoft.com/en-us/graph/api/listitem-update?view=graph-rest-1.0&tabs=http

@david_r​ nice tip, Iĺl give a try, I believe it could work!

Reply