Introduction
As seen in our previous blog, we can create a custom API that can be triggered in Dynamics 365 CRM Workflows. But since Microsoft is moving away from Dynamics 365 CRM Workflows to Power Automate Flows, we should too. So, in this blog, we will see how to use the same Custom API in a Power Automate Flow.
After creating a custom API, follow the steps given below:
- Navigate to your environment from powerapps.com and to your solution -> Click on New -> Select Cloud Flow.
![Custom API in Power Automate Flow](https://www.inogic.com/blog/wp-content/uploads/2021/09/Custom-API-1.png)
- Search for “when a row is added” in the trigger and select “When a row is added, modified or deleted” trigger.
![Custom API in Power Automate Flow](https://www.inogic.com/blog/wp-content/uploads/2021/09/Custom-API-2.png)
<
ol style=”text-align: justify” start=”3″>
Rename the flow step. (Note – It is recommended to uniquely name every step to prevent confusion in case the power automate flow gets a bit complex).
<
ol>
Select ‘Added’ in change type and ‘Accounts’ in Table Name since we want this flow to run when a new account is created.
Choose scope from Organization/Business Unit/Parent: Child Business Unit/User as per your…
Source link