I've got two Flow used in Powerapps.
- The 1st flow gets the list of file names in the shared drive and return back to Powerapps.
- Then that the powerapps displays the list of file names. User selects one in Powerapps and click confirm.
- After the confirm is clicked, the 2nd flow is triggered. Flow takes one file name that user selected as parameters and looks for the files in the shareddrive and returns the data to Powerapps.
Both Flow works fine for me but not for other users. Users are able to use the 1st flow which they are able to see the file names returend to Powerapps. But failed for the 2nd flow and Powerapps gives the following error message for the 2nd flow:
getUserSelectedFileData.Run failed: { "error": { "code": 502, "source": "australia-001.azure-apim.net", "clientRequestId": "43ffac1b-7dcf-452c-b563-888a7298188b", "message": "BadGateway", "innerError": { "error": { "code": "NoResponse", "message": "The server did not received a response from an upstream server. Request tracking id '08586311134257547289345463211CU01'." } } } }
I have gave the edit rights to users for the shared drive. What have I missed?
Thanks for the help 🙂