Hello all,
I am having an issue with a desktop flow that's a bit odd.
I have a cloud flow that will trigger the same desktop flow twice.
This desktop flow is handling two input files from Sharepoint, one in each run, and in the end, creates a report and uploads it to Sharepoint as well.
The problem is that the flow runs correctly the first time it's triggered, being able to process all data and upload the report file, but the second time it is triggered, it's failing consistently on the action to Create the file in Sharepoint.
The only difference between runs is the input file and the report content. Both runs run on the same VM with the same configuration and connection references.
Here are the error details:
Cloud connector call failed with status code 'Unauthorized'.
StatusCode : 401
Message :
Body : {"error":{"code":"AuthenticationFailed","message":"Authentication failed."}}
Any idea on how to solve this?