How to Integrate Instant Plugins in the Power Automate Flow?

Dataverse

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.

Accelerator 

Step 2. Click on Plugins.

 Plugins

You can see the list of all Instant plugins created in this environment.

Instant plugins

Step 3. Select the required Instant plugin and Click on Copy code snippet.

 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

 Power Apps

Step 5. Choose the required Environment.

 Environment

Step 6. Click on Flows and New flow drop down and Click on Instant Cloud flow.

 Cloud flow

Step 7. Provide the Flow name. Select Manually trigger a flow and Click on Create.

Trigger

Step 8. Click on Manually trigger a flow and click on Add an input.

Add an input

Step 9. Click on Text.

Text

Step 10. Click on the New step.

New step

Step 11. Search for Microsoft Dataverse and click on Perform an unbound action.

Unbound action

Step 12. Check for the Action Name found in Step 3, Power Fx Code, and select it.

Power Fx

Step 13. Click on the InputText and Click on Input.

 InputText

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.

: Click

Step 15. Search for Compose and click on Compose Action.

Compose Action

Step 16. Click on Inputs and Click on dev_ConvertText To Upper Case Response ConvertedText.

ConvertedText

Step 17. Click on Save.

Save

Step 18. Click on Test.

Test

Step 19. Select Manually and Click on Test.

 Click on Test

Step 20. Enter the Input and Click on Run flow.

Run flow

Step 21. Flow ran successfully, and Click on Done.

Done

You can see the below Output.

 Output

Demo

Input Text has been converted to the Captial Letters.

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.


Similar Articles