In power automate i created a simple flow to make all my folder paths and files delegable.
first of all in sharepoint i added a metadata column named "Path2"
i added "When a file is created or modified (properties only)"
I added the trigger conditions: "@not(equals(triggerBody()?['{Path}'],triggerBody()?['Path2']))"
and finally i added "update file properties" with "@{triggerBody()?['{Path}']}" on path2 field.
When the flow is triggered i get this error: 400 "Data returned from the tagging user interface is not formatted correctly"
Sorry error message translated from french. Hope you'll understand my error message.
What is causing this issue?

Report
All responses (
Answers (