Hello
I'm not a developer so simple explanation please (if possible!)
I have a group form which I created in a Team, and the form has a question which allows for documents to be uploaded.
Using PowerAutomate I want to copy each uploaded document to a different folder within the Teams SharePoint site, however my steps keep failing when trying to get the file metadata with the message 'Route did not match'.
The steps I use are
1) When a new response is submitted
2) Get Response Details
3) Condition Control - Does upload question in response details contain data
4) Parse json from upload question
5) Get metadata using one of the json fields as File Identifier.
Below are the available json outputs.
"name",
"link",
"id",
"type",
"size",
"referenceId",
"driveId",
"status",
"uploadSessionUrl"
thank you!
Laurence