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

Author: Sanjaya Pradhan

List of Operators you can use in Power Automate condition

Here is a list of operators you can use in condition step in Power Automate. Hope it helps.

Working with Variables, Control Flow and Loops with Power Automate in Excel Sheet Data Source

If you want to know how to Work with Variables, Control Flow and Loops with Power Automate in Excel Sheet Data Source watch the below video. Hope this helps.

Pass parameters to Model driven app form from Custom Page in Power Apps

You can Pass parameters to Model driven app form from Custom Page in Power Apps. Watch the video below to learn more. Hope this helps.

Plugin Development Best Practices in Dynamics 365/ Dataverse/ Power Apps

While developing Plugins in Dynamics 365/Dataverse you have to follow some important Best Practices as explained by Microsoft. Here is a list of Best Practices. Hope this helps.

Set Current View in Subgrid

you can set a current view using JavaScript. use below code. The object type code for the SavedQuery (1039) or UserQuery (4230) that represents the view the user can select. Hope this helps.

[Resolved] Specified domain does not exist or cannot be contacted – Error in plugin while executing Batch ExecuteMultiple

When your plugin shows the below error you can find solution below. If Dynamics Online or Dataverse Online use this solution. Instead of using ExecuteMultiple, use Execute method. do not use batch processing. If Dynamics On-promise use this solution. Instead of using Isolation Mode as Isolation, use None as Isolation mode. do not use isolation.…
Read more

Set Field Error Notification using JavaScript by checking related parent entity record info in Dataverse Model driven app power apps

Sometimes you need to show error against form fields if some field value of parent record not met the required value. You can use below script and modify for your project. Hope this helps.

Retrieve Environment Variable’s ‘Current’ and ‘Default’ value using C# code in Dataverse

You can use environment variables to store temporary configurable values for a specific environment but if you want to read using C# code you can use the below code.

Auto Refresh Access Token with Web API request to Dataverse/ Dynamics CRM Web API C#

Auto Refresh Access Token with Web API request to Dataverse/ Dynamics CRM Web API C# . Read more in this article. hope this helps.

Open quick create from on command button click model driven power apps code

to open quick create form on command button click use below code. watch video here. Open quick create form on command button click JS power apps hope it helps.

ER Diagram – Health Care Project (Medical Domain)

Here is a ER Diagram for the typical Health Care Project.

Form Validation to allow only Numbers or decimals in Power Pages Basic Form

To use form validation, to allow only numeric values in a field you can use Regular Expression in Form Metadata. Use below Regular Expression in Form Metadata. Now once you see live site you will see the result. Hope this helps.

Custom Workflow v/s Custom Action v/s Custom API Explanation

Custom Workflow v/s Custom Action v/s Custom API    Custom Workflow  Custom Action  Custom API  Private Scope  Not Applicable  No Support  Supported  API Type  Not Applicable  No Support – Always Action Supported – Function/Action  Code First Approach  Not Applicable  No Support  Supported  Data Types of parameters  More Data Types  Less Data Types  More Data Types  setup …
Read more

How to Debug Async Plugins in Dataverse for Power Apps

In this topic you will come to know How to Debug Async Plugins in Dataverse for Power Apps,. Check the below article to know more details Thanks to Rajeev for the explanation. Hope this helps.

Bind Lookup Field in Edit Form Canvas App Polymorphic lookup with Dataverse Customer Data type

Use following PowerFX. Use a Dropdown for Customer Data Type in custom card of the form. For the Drop Down in Items Property Use below formula to populate dynamic values. On Items property add below code. On Default property add below PowerFX to auto populate selected value from record. On Custom Card Update property use…
Read more

[Solved] Unhandled Exception: System.InvalidCastException: Unable to cast object of type ‘Microsoft.Xrm.Sdk.Entity’ to type ‘CrmSdk.PluginType’. during Install profiler

While Installing profiler for plugin registration tool sometimes you get below error. Unhandled Exception: System.InvalidCastException: Unable to cast object of type ‘Microsoft.Xrm.Sdk.Entity’ to type ‘CrmSdk.PluginType’. and when you click OK You will get Failed message. But when you closed the message and click the refresh button on top menu, you will see the profiler is…
Read more

Automate Deployment Solution using DevOps CI CD in Power Apps Step-by-step

In this post you will learn how you can Automate Solutions deployment from one environment to other using DevOps CI CD Pipeline using Power Platform Build Tools. Watch the video below for more details.

Debug Model Driven App using Monitor Tool

You can now debug model driven app using monitor tool. Watch the video to know more in practical. Hope this helps.

Send Email with Adaptive Card in Email Body and capture response with outlook actionable card using Power Automate

Here in this post you will know how to send an email with an adaptive card on email body and capture response with HTTP calls with Power Automate. Watch the video below. hope this helps.

Entity Privilege Rule in Display Rule for Command buttons with Ribbon Workbench

In this post you will know how to hide command buttons by checking if a login user is having correct access level on a specific entity with proper privilege. In the below tutorial I have taken loan entity and displayed the demo. Watch the video.

Business Rule Execution Order in Dataverse Power Apps

As you know, You can create multiple Business Rules on same entity or table, its important to understand how the business rules are executing in order. Normally the Business Rules executes in order depending on the modified on field value. To check this, Navigate to advanced Find and do the query for Processes table and…
Read more

Send Approvals with Attachment from File Datatype Column from Dataverse

Follow the below video to know how to send Send Approvals with Attachment from File Datatype Column from Dataverse.

Set Default Value v/s Set Field Value in Business Rule in Dataverse Power Apps Dynamics 365

Here I have explained Set Default Value v/s Set Field Value in Business Rule in Dataverse Power Apps Dynamics 365. watch the video below.

Hide show command button using JavaScript in power apps

use below code in Enable Rule.

Pass Form Context from Form to HTML web resource ;in model driven power apps dataverse

Follow below steps. step 1 – Pass context from Form to Web Resource using Form on load on Form on load call the below method. make sure to use correct web resource name. Step 2 – Edit HTML Web resource to read the form context you can now use script to read context and declare…
Read more