Video blog: Convert Uploaded File into Base64 and View it as well

To convert an uploaded file into Base64 without staging the data in any cloud storage. High level resolution steps Detailed resolution steps Step 1: Develop a Power Automate flow and add it into the solution and add it into the app as well: Step 2: Add an attachment control using “Edit Form” as there is […]

D365 F&O to Dataverse Sync Job with the Help of Data Events Using Power Automate

To sync the data from D365 FinOps to Dataverse we can make use of Power Automate to getdata events logic. High level resolution steps Detailed resolution stepsStep 1: Activate Data events in D365 F&O for the desired entity in the location as shown below: Step 2: Create a Power Automate Flow for the Virtual entity […]

How to Enable Sample Data in Dynamics CRM

High level resolution steps Detailed resolution steps Step 1: Go to Power Platform Admin Center >> Environments Step 2: Select any environment and go to settings. Step 3: Go to Data management under settings >> and select Sample Data Output Sample Data will be added to all the entities listed in the environment.

Video blog: Number Sequence & Serial Number Generation in Canvas App

To generate a serial number in collections there is no direct way to get it apart from sequencecode. High level resolution steps Detailed resolution steps Step 1: In the onstart property of the app, give the below code: ClearCollect( Vehicles, { Year: 2016, Make: “Hyundai”, Model: “i10” }, { Year: 2016, Make: “Hyundai”, Model: “i20” […]

Send a Group Chat Notifications Dynamically in D365 CRM

How to Send a Group Chat Notifications Dynamically in D365 CRM High level resolution steps Detailed resolution steps Step 1: Go to your desired team, right click anywhere inside the teams and click on copy link as shown below: Step 2: Copy just the highlighted text from the URL you just copied from the above […]

Convert Base64 to URL & Consume in PowerApps

To Convert a Base64 string to PDF or any other image file >> there is no direct way to convert in PowerApps. High level resolution steps Detailed resolution steps Step 1: Use a manual trigger flow and pass the bas64 string.Step 2: Add a compose action and use the formula as shown in the below […]

How To OData Filter For Multi Relationship Levels For Dataverse Data

OData Filter For Multi Relationship Levels For Dataverse Data: High level resolution steps Detailed resolution steps Step 1: Trigger a flow using any method to get to know the unique row id.Refer to my other blog to get to know on how to call a power automate flow on click of a button in Model […]