Power Automate Best Practices
Kintali Prasanti
Architect |Sharepoint|SPFX| React|Powerapps|Power Automate | PHA | BITSian
1.????Label/ Name every action
2.????Add comments to provide details about the action
3.????Use parallel blocks to execute multiple tasks, this improves the performance a lot
4.????Add set of related actions in Scopes. Scope is a single container that helps developers to identify, make required change in that block.
5.????While looping through a greater number of items/ records, use Concurrency control that provides the degree of parallelism and saves lot of execution time
6.????Use Configure run after option to handle errors, this advantages not to stop a flow when it is failed/ skipped/ timeout and allows to execute the next action.
7.????Protect secrets in Power Automate (Get Secret Action, click on ..., select settings, and set secure inputs and secure outputs as “Yes”)
8.????Turn off the flow before editing it
9.????Use solutions to move flows from one environment to another environment,
10.??Use Environment variables to make your flow configuration easier.