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

Month: May 2023

How users can own records from multiple business units in Dataverse

In the below video, I will demonstrate how you can assign security roles to an user from multiple business units.

Filter record using Lookup Field Power Automate Dataverse

When you are using LIST ROWS action in DataVerse connector and want to filter records using Lookup Field then use following way. If your lookup logical name is fbs_student then in filter use _fbs_student_value eq ‘<Dynamic value>’ Hope it helps.

Auto Populate Lookup Field in Power Page/Power Portal

Step1 – Create JSON Web Template to get Server Data First create a Web Template with JSON response type and get all required server data using Liquid code. Sample code given below. Step2 – Create a Page Template and call the Web Template Create a new Page Template and use the created Web Template without…
Read more

[Resolved] Time zone issues in date time field with Power Automate

Learn how to handle time zone issues in date time fields with Power Automate.

Different in hours between two date time fields in Power Automate

Different in hours between two date time fields in Power Automate. Use below Expression. div(sub(ticks(body(‘Convert_time_zone_2’)),ticks(body(‘Convert_time_zone’))),36000000000)

Change style using CSS of Entity List in Power Pages or Power Portal

You can use below CSS to change styles of an Entity List. Put the below code in the Web Template of the Web Page where you have placed the Entity List. Here We have added Padding, Border, Border-Radius for the Entity List. To know the exact html tag rendering of entity list, use Browser Developer…
Read more

Business Rule vs JavaScript in Power Apps

Here are the differences between Business Rule and JavaScript.

Launch external URL and pass parameter in command button powerfx

use the below code. hope this helps.

Confirm Dialog Box with Custom Button uses PowerFX in Model Driven App

Confirm Dialog Box with Custom Button uses PowerFX in Model Driven App. Watch the video below. Hope this helps.

Command Button to use multiple related tables in Model Driven app powerfx

Here is the code to act on related table records from command button on model driven app. Watch the video below or scroll for powerfx. Conditional Visibility Code Action Code Hope this helps.

Handle Error in Canvas App While calling Power Automate from Canvas App

Handle Error in Canvas App While calling Power Automate from Canvas App. Hope this helps.

Power Apps Error Handling in PowerFX with Patch function

Here is the code. Hope this helps.

Handle error in form submission in canvas app power apps

Handle error in form submission in canvas app power apps. watch below video.