Hi,
I need to update a custom field property on en existing folder in SharePoint. I use an HTTP Request action for that but I cannot find the right parameter for the REST call:
I cannot use the "Update item" trigger since I already have another trigger (MS Forms).
Can anyone help me to find the correct parameters for this HTTP Request action?
Thank you!
Fab
Thank you very much, it works as described in your post!
Fabien
Hi @Fab2000,
You can use the Get Files (properties only) action, the Filter array to find the folder named your Destination folder's name.
Then add the Apply to each to put the output of the filter, use the item()?['ID'] to get the ID of the folder.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Thank you for the prompt reply.
Thank you,
Fab
Hi @Fab2000,
It may have some error with the Body, it should be "__metadata" : { "type": "SP.Data.LibraryNameItem"}.
About how to work with a folder with Http request, you could refer to this document:
And there is some easier way to do with this, you can use the Update file properties action.
Flow Configuration:
Run Result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.