Hello guys,
i have a flow that use the OneDrive action conver file.
Sometimes the action give me this error "service unavailable" i really don't know why, someone can help me ?
Solved! Go to Solution.
Hi @NewDeveloper ,
Such problems may occur due to large files or service fluctuations. You could use the following methods to try to improve the situation.
Use Do until to create the loop, and wait until the Convert file using path action is successfully executed before ending the loop.
Use the following expression to determine if the Convert file using path action was executed successfully.
outputs('Convert_file_using_path')['statusCode']
If it is, set the Boolean variable to true, if not, delay for a period of time, and then execute the Convert file using path action again.
Image reference:
Best Regards,
Hi @NewDeveloper ,
Such problems may occur due to large files or service fluctuations. You could use the following methods to try to improve the situation.
Use Do until to create the loop, and wait until the Convert file using path action is successfully executed before ending the loop.
Use the following expression to determine if the Convert file using path action was executed successfully.
outputs('Convert_file_using_path')['statusCode']
If it is, set the Boolean variable to true, if not, delay for a period of time, and then execute the Convert file using path action again.
Image reference:
Best Regards,
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
57 | |
40 | |
39 | |
35 |
User | Count |
---|---|
79 | |
66 | |
57 | |
52 | |
42 |