Skip to main content
Solved

Fill Properties using the SharePointOnlineConnector

  • September 12, 2023
  • 2 replies
  • 48 views

nielsgerrits
VIP
Forum|alt.badge.img+60

I wonder if it is possible to fill in the properties of an image when uploading this with the SharePointOnlineConnector.

SharePointPrintscreenI tried setting up an AttributeCreator setting "Inspection Title" etc. but it didn't do anything with the created attributes.

Best answer by david_r

I believe you have to use one or several HTTPCallers to attack the specific MS Graph API of your Sharepoint instance, see https://learn.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0

You can use the same web connection in the HTTPCaller as in the SharepointOnlineConnector.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8392 replies
  • Best Answer
  • September 12, 2023

I believe you have to use one or several HTTPCallers to attack the specific MS Graph API of your Sharepoint instance, see https://learn.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0

You can use the same web connection in the HTTPCaller as in the SharepointOnlineConnector.


nielsgerrits
VIP
Forum|alt.badge.img+60
  • Author
  • 2938 replies
  • September 12, 2023

I believe you have to use one or several HTTPCallers to attack the specific MS Graph API of your Sharepoint instance, see https://learn.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0

You can use the same web connection in the HTTPCaller as in the SharepointOnlineConnector.

Thanks David, will look into that direction.

 

In the comments on the SharePointOnlineConnector's hub page I found a suggestion that the Microsoft SharePoint List writer might do this as well.