Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that execute in real-time.
This article will explain the step-by-step process of integrating the Instant Plugin in Power Automate.
Prerequisites
Follow the articles below, Install the Dataverse Accelerator App and Create an Instant Plugin in your Dataverse Environment.
Install the Microsoft Dataverse Accelerator App
Create an Instant Plugin in the DataverseEnvironment
Follow the below steps after the Prerequisites.
Step 1. Open Dataverse Accelerator App.
Step 2. Click on Plugins.
You can see the list of all Instant plugins created in this environment.
Step 3. Select the required Instant plugin and Click on Copy code snippet.
Below is the copied code from the Clipboard.
PowerFx Code
Environment.dev_ConvertTextToUpperCase({InputText:Value})
Step 4. Click here to Open the Power Apps Maker Portal in the new browser profile created in the Prerequisites.
Or
If you are using US GCC Cloud, then follow the below article for the Power Apps Maker Portal URL.
Power Apps US Government serviceURLs
Step 5. Choose the required Environment.
Step 6. Click on Flows and New flow drop down and Click on Instant Cloud flow.
Step 7. Provide the Flow name. Select Manually trigger a flow and Click on Create.
Step 8. Click on Manually trigger a flow and click on Add an input.
Step 9. Click on Text.
Step 10. Click on the New step.
Step 11. Search for Microsoft Dataverse and click on Perform an unbound action.
Step 12. Check for the Action Name found in Step 3, Power Fx Code, and select it.
Step 13. Click on the InputText and Click on Input.
Note. If you are not able to see the Dynamic Content and Expression Pop-up in Power Automate flow, follow the below article link.
Not be able to see Dynamic Content and Expression Pop-up in Power Automateflow?
Step 14. Click on the New step.
Step 15. Search for Compose and click on Compose Action.
Step 16. Click on Inputs and Click on dev_ConvertText To Upper Case Response ConvertedText.
Step 17. Click on Save.
Step 18. Click on Test.
Step 19. Select Manually and Click on Test.
Step 20. Enter the Input and Click on Run flow.
Step 21. Flow ran successfully, and Click on Done.
You can see the below Output.
Input Text has been converted to the Captial Letters.
Hope you have successfully followed all the steps and used the Instant Plugin in the Power Automate flow.
Please like and share your valuable feedback on this article.