Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Month: July 2022

Use FetchXML in WEB API using Power Automate with HTTP action for Dataverse and Dynamics 365

In Business scenarios we sometimes require to use Fetch XML to read data from Dataverse or Dynamics 365 CE. In this post you will come to know how to use Fetch XML in HTTP action of Power Automate and call Dataverse or Dynamics 365 Web API end point. Follow below steps. Step 1: Prepare Fetch…
Read more

Pre-requisites to connect Dynamics 365 CE Dataverse Web API

To connect Dataverse and Dynamics 365 CE Web API from external Apps such as Power Automate, C#, JS etc. you need to collect some information with you. Follow the steps below. Step 1 – Register App in Azure Active Directory The first step is to create an App in Azure Active Directory and copy Client…
Read more

Expected polymorphic value canvas app

if you are getting this error in canvas app that means you are not assigning a correct polymorphic data type. Use the Power FX as given below screenshot Hope this helps. Create a lookup function and assign it.

Update multi-entity lookup using Patch function in Canvas APP with Dataverse

If you are looking for complete article how to perform CRUD operation for polymorphic lookup field value then read this article HERE. You can also use Patch function to send data from canvas app to Dataverse using Patch function from a FORM. use below powerfx. You can use a toggle button to decide what type…
Read more

Polymorphic lookup field Value CRUD operation from Canvas App with Dataverse

You might have used polymorphic lookup field which can hold reference of multiple tables like Customer Data Type which can hold contact or account. SO for this type of complex data types its is not straight forward to handle CRUD operation from canvas app. Let us see here how to Create a record in Dataverse…
Read more

Take action automatically after approval request timed out in power automate

here in this post you will come to know how to handle Time Out scenarios in Power Automate. Lets take a scenario. Once a loan record is created inside Dataverse you want to raise an approval for Branch Manager and The approval request must be taken action within 3 days else the loan request will…
Read more

Open Custom Page from Model driven app Main grid command and pass parameters

In business requirements you need to open custom page on clicking a command button on main grid by selecting one or multiple rows. This post will explain below points. How to Add Custom button on Main grid command bar Show command button if at least one row selected else hide Call JavaScript to open a…
Read more

Show hide command buttons based on table permission in Power apps model driven apps using Power FX

If you want to show hide command buttons as per table permission for a login user then follow below steps. In this example I want to hide the custom command button “Set as Competitor” for the users who has no edit permission on Account entity. So first you need to check the security role permission.…
Read more

Show hide command button based on Field value of the form using PowerFX in Dynamics 365 model driven apps

In these days we are using PowerFX in many of our Power Apps. You can use PowerFX for commanding purposes in model driven apps. In this post I will explain about “How to show/hide command buttons based on field value of the record”. Let say You have Account Form and You want to show a…
Read more

Return table from power automate to canvas app using response action

Sometimes you need to return tabular data from power automate to canvas app. This post explains how you can do that. Follow below steps. Here I am calling a third party WEB API and consume response in Power Automate and return result as JSON and bind to data table in canvas app. Watch the video…
Read more

Dynamics 365 CE CRM and Power Platform Complete Syllabus

Here is the Dynamics 365 CE CRM and Power Platform Complete Syllabus.