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 executes in real time.
In one of my previous articles, I had explained about How to create an Instant Plugin using the Dataverse Accelerator and in this article, will explain the step-by-step process of integrating the Instant Plugin in the Microsoft Power Automate Flow.
Prerequisites:
- Click on the below article link and create a Microsoft Edge or Google Chrome Profile.
- Click on the below article link to create Power Apps Trial 30 days or if you have already have an Powers Apps Tenant, skip this step.
- Click on the below article link to Enable the Dataverse Actions in Power Apps.
Enable Access to Microsoft Dataverse Actions (Preview feature) in the Power Apps
- Click on the below article link and follow till Step 7 to add the Environment Datasource in your Power Apps.
- Click on the below link to Create an Instant Plugin in the Dataverse Environment using Dataverse Accelerator.
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 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 Power Apps Maker Portal URL.
Power Apps US Government service URLs
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 and 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 New step.
Step 11: Search for Microsoft Dataverse and click on Perform an unbound action.
Step 12: Check for the Action Name found in the 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 Automate flow?
Step 14: Click on New step.
Step 15: Search for Compose and click on Compose Action.
Step 16: Click on Inputs and Click on dev_ConvertTextToUpperCaseResponse 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 and follow my blog for more interesting articles.
Below are my earlier articles that you can have a look.
Power Apps – ‘actionname’ is an unknown or unsupported function in namespace ‘Environment’
Dataverse Browser V1.1.0.1 is available for Dataverse Plugin Debugging
How to Integrate Instant Plugins in the Canvas App?
How to Enable Access to Microsoft Dataverse Actions (Preview feature) in the Power Apps?
How to Create an Instant Plugin in the Dataverse Environment?
How to Install the Microsoft Dataverse Accelerator in the Dataverse Environment?
What is Microsoft Dataverse Accelerator?
How to get the Logged in User Information in the Power Apps?
How to Install Power Platform Tools in Visual Studio Code?
How to Install the Apps from the Microsoft AppSource to your Dataverse Environment?
Microsoft Power Apps Maker Portal has a new look
Microsoft Power Apps Emulator (New Feature)
How to Enable the Dataverse Offline (Experimental Feature) in the Canvas Apps?
How to set the Authoring Version in the Canvas App?
New version of Dataverse Browser is available for Dataverse Plugin Debugging
Latest Free Practice Assessments for Microsoft Certifications
Download CRM 365 V9.X Tools using PowerShell
How to set the Refresh cadence for a Power Platform Environment?
Update forms and views (Preview feature) in Dataverse
How to connect to Microsoft Dataverse in Power Automate Flow using Service principal?
How to Enable Copilot (Preview) feature in Canvas Apps?
How to Debug a Dataverse Plugin without Installing the Profiler in the Plugin Registration Tool?
How to Enable the Licenses (Preview) feature for a Power Platform Environment?
How to Enable Maker Welcome Content (preview) in Power Apps Maker Portal?
How to Enable Managed Environments for a Dataverse Environment?
How to Enable the Modern Controls (Preview feature) in the Canvas Apps?
How to Enable 2023 Release Wave 1 updates in the Dataverse Environment?
How to Deploy Enterprise Applications in the new Dataverse Environment?
What is Preview, Experimental and Retired features in Canvas Apps?
How to Enable the New Power Fx Formula Bar in Power Apps Studio?
Writing Power Fx formulas with natural language
Power Fx Formula Columns in Dataverse
Generating Power Fx formulas from examples
How to Create Dynamics 365 Marketing 30 Days Trial Version Online?
How to disable Multi-Factor Authentication (MFA) on Dynamics 365 Login?
How to Create Microsoft Power Apps 30 days Online Trial Version and an Environment?
How to Update the URL of the Dynamics 365 CE Environment?
Power Apps US Government service URLs
How to Download Microsoft Power Platform Icons?
Microsoft Dataverse and Postman articles
Microsoft Dynamics 365 Online regions list
How to Install, Connect to Microsoft Dataverse and Use XrmToolBox?
How to take the Back-Up of Dynamics 365 Online environment?
How to restore Database Backup in Dynamics 365 Online?
How to recover a deleted Environment in Dynamics 365 CRM Online?