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

Month: July 2021

Open Custom page from Model driven app using new command editing in Power apps

This is really exciting that now we can edit command bar using model driven app modern designer which is in public preview. So I cant wait to tell you how we can use that feature. In this post I will tell you how you can create a CUSTOM PAGE in Model driven app to converge…
Read more

Now you can analyze the Performance of Model driven apps in Power apps

Performance is the key in enterprise applications. Microsoft has introduced Performance analyzer in Power Apps. You can navigate to your Power apps and check the Performance which is in preview currently at the time of blog writing. When you click the Performance option you can see the list of performance related facts like Warnings and…
Read more

Azure Synapse Link Configuration in Data verse

Read the articles to understand how Azure Synapse Link Configuration in Data verse Also read other related topics on this.

Extract Tabular Data from PDF using AI Builder Form Processing Power Apps | Extract Field, Tabular Data

AI Builder plays an important role to have AI enables processes in our real business scenarios. In this post I will explain the steps how we can extract field information and also tabular data from PDF forms into power apps using AI Builder Form Processing Model. watch the video or scroll to read the complete…
Read more

How to Send Email with Attachments using Gmail Connector from Canvas Apps | Power Apps

Canvas Apps Power Apps is a powerful no-code less-code platform to develop applications for enterprises targeting mobile and TAB devices. The Power FX is used as a less-code to make the Canvas App more dynamics. If you want to read and watch all canvas app related videos you can check out my YouTube channel here.…
Read more

How to create Polymorphic or multi-entity lookup field in Microsoft DataVerse and Dynamics 365

Previously Lookup fields are only connected to one entity and Customer data type points to either Contact or Account entity but there was no provision to create custom polymorphic lookup. Now Microsoft introduced polymorphic lookup for custom fields. Using user Interface we cannot create this type of field we have to use code or XRMToolBox…
Read more

Modern App Designer for Model-driven Apps very efficient to design (bye bye classic designer)

Model driven apps are game changers in Power Apps revolution. But still the app designer was not very robust so Microsoft has releases new App designer. Now lets see how we can leverage the New Modern app designer to create model driven apps in no-code fashion. Login to Power Apps and select +Create. Choose Model-driven…
Read more

Add custom form field client validation for Advanced Forms in Power Portal

Client validations are very important to alert users if some field value is not supplied when a user clicks Submit button or do some change in a form field. We can add custom JavaScript and jQuery to have our own custom field validations. Lets us see how we can do that. I have an Advanced…
Read more

My Top Best features from 2021 Wave 2 releases of Microsoft Power Platform

Really excited to tell you a lot of features has been added in this Wave 2 release of 2021 in Microsoft Power Platform. Sometimes people have no much time go through all the features so I have compiled all best features of Power Apps, Power Automate, Power Virtual Agent & power BI and AI Builder…
Read more

Get Selected item texts from a multi select choice field | choices in power automate

In Microsoft DataVerse we can use Choices data type to allow multiple selections for a specific field for example below I have a Choices field called as Degree where you can select multiple items. Now if you will read the Degree values it will give you the under lying values so to get the selected…
Read more

Get text or name value of lookup field in power automate in power apps

In Power automate sometimes we need to pick the Name Text of the lookup field. When we assign directly it will give you the GUID so we have to do some tweaks. If you get the output body you can see for every look up control we have five tags in the output. For example…
Read more

Get Text value of a Boolean field in power automate

I have written a post to get Choice or optionset text in Power automate if you have not read check now. in the below link to understand more. in the same process if you want to get the text value of a Boolean field use the below formatted syntax in your power automate or power…
Read more

Get Choice field Text in Power Automate from Microsoft DataVerse/CDS

Working with Power Automate is not new but sometimes the out-of-the-box value assignment is not sufficient to get correct data items so we need to tweak the expression to get the correct result. In this post I will explain how you can get the choice field text value in power automate. let us say I…
Read more

HTTP Requests and Responses in a Flow Demo using Power Automate

Let’s say you want to configure an HTTP service, do some task and then return a response. So how we can build this without any code ? Luckily Power Automate gives a no-code platform to configure this. An HTTP Request Trigger can be used to receive an HTTP request, process it, and return a response…
Read more

How to call Power Automate (Flow) from Power Portal using HTTP Request Trigger

Power Portal is very popular and robust Power Apps in Microsoft Power Platform designed for public facing websites. Microsoft already stacked excellent features like Table List, Basic Forms, Table Permissions, Web Roles to seamlessly manage power portal. But sometimes it requires to have more complex integration business scenarios that cannot be achieved using out-of-the-box configuration…
Read more

[Solved] Request to XRM API failed with error: ‘Message: Failed to find connection references with logical name(s) ‘shared-commondataser-5436b612-ee7e-46da-9055-cf00-bdcd2204’. Please check if connection references exists. Code: 0x80040216 InnerError: ‘.

While working with Power Automate you may face this error “Request to XRM API failed with error: ‘Message: Failed to find connection references with logical name(s) ‘shared-commondataser-5436b612-ee7e-46da-9055-cf00-bdcd2204’. Please check if connection references exists. Code: 0x80040216 InnerError: ‘.” When you get this issue: When you copy paste Actions steps of one Flow to Other and use…
Read more

How to call Power Automate from Business Process Flow (BPF) as a Flow Step

Microsoft Dynamics 365 and Data Verse provides a feature inside Business Process Flow that we can add Instant Flows or Power Automate flows as a Step in a Stage. So let us see how we can configure the Instant Flow from BPF. NOTE : Only a Solution-aware flow can be called from a BPF as…
Read more

OnSave Asynchronous event handler in Dynamics 365 model-driven apps(Very Useful)

OnSave event handler in Dynamics 365 or Data Verse is very commonly used by developers to write logics on data validations or creating related records etc. But if we write any logic inside OnSave event handler those are asynchronous then the Save operation do not wait till the operation gets completed. To address this issue…
Read more