The Power Automate Cloud Flows Best Practices Whitepaper is now LIVE!
Click on the link for the Power Automate Cloud flows Best Practices whitepaper PDF. Please like and share your valuable feedback on this video and follow my blog to get my articles to your Inbox. Click on the below image to navigate to my YouTube Channel. Below are my earlier articles that you can have a look. Error in Power Automate: There’s a problem that needs to be fixed to trigger this flow. To see more details,...
Error in Power Automate: There’s a problem that needs to be fixed to trigger this flow. To see more details, open Flow checker.
I was getting the below error after opening the Power Automate. There’s a problem that needs to be fixed to trigger this flow. To see more details, open Flow checker. Followed the below steps to resolve this issue. Step 1: Clicked on the Flow checker to see the Errors. Step 2: As per the error, there is a problem in the Flow Trigger. Clicked on go to the trigger. Step 3: Checked the Error Details and observed that in the...
How to get the Dataverse Table’s first row from List Rows in Power Automate?
It is quite common requirement to get the Dataverse Table first row’s information from the List rows in the Power Automate. In this article, will explain about the same. Scenario: Get the list of all contacts which has Email address and show the Contact’s first row details (contactid, fullname and emailaddress1). Follow the below steps to get the Dataverse first row data from List rows in Power Automate. Step 1: Create a...
Microsoft Dataverse Accelerator – Part 2 – Installation
In my previous article, I had explained about Microsoft Dataverse Accelerator Introduction and in this video, will explain about the Installation of the Dataverse Accelerator App. Have a look at the below video. Please like and share your valuable feedback on this video and follow my blog to get my articles to your Inbox. Click on the below image to navigate to my YouTube Channel. Below are my earlier articles that you can...
Microsoft Dataverse Accelerator – Part 1 – Introduction
Please like and share your valuable feedback on this video and follow my blog to get my articles to your Inbox. Click on the below image to navigate to my YouTube Channel. Below are my earlier articles that you can have a look. How to get the Database Version of the Dataverse? API playground feature not available in Dataverse Accelerator App? How to Explore and test Dataverse in the Web API playground (preview)? Web resource method...
How to get the Database Version of the Dataverse?
Sometimes we are required to know the Database version of the Dataverse environment to check for the features which are released or yet to be released. In this article, will explain different ways to know the Database version. Way 1: Navigate to Power Platform Admin Center. Power Platform admin center No Description Click on Environments. Select the required Environment and Click on Detailed view. You can see the Dataverse DB version...
API playground feature not available in Dataverse Accelerator App?
In my last article, I had discussed about API Playground feature in Dataverse Accelerator App, and I have another environment, where I cannot see this feature. Followed the below steps and resolved the issue. Step 1: Open Power Platform Admin Center. Power Platform admin center No Description Step 2: Click on Environments. Step 3: Select the required Environment. Click on Resources -> Dynamics 365 apps. Step 4: Select the Dataverse...
How to Explore and test Dataverse in the Web API playground (preview)?
The API Playground is a pre-authenticated software testing environment designed to enable creators to interact swiftly and efficiently with the Microsoft Dataverse Web API. This web application facilitates developers in experimenting with various API endpoints, eliminating the necessity for elaborate setup or authentication procedures. It also provides easy access to available actions and documentation links, enhancing the learning...
Web resource method does not exist in Dynamics 365 CE
Got the below error while working on Onload of Account record JavaScript in Microsoft Dynamics 365 CE. Script Error One of the scripts for this record has caused an error. For more details, download the log file. Web resource method does not exist: onLoadSession Id: d98076f7-6ddf-4aed-b0cb-8aae086c17c2Correlation Id: 8bb7a596-38fc-4ba0-b532-9e032d3a2c59Event Name: onloadFunction Name: onLoadWeb Resource Name: ap_account.jsSolution...
How to get Environment Variable Value in Dynamics 365 CE using JavaScript?
We might have got a scenario to use the Environment Variable Value in the JavaScript in Dynamics 365 CE. In this article, will explain about retrieving the Environment Variable current Value using JS. Follow the below example. Example: Create an Environment Variable and Show the value on Onload of Account record. 1.Created the below Environment Variable with Current Value. Copy the Name of the Environment Variable and will use the...
Model-driven Apps – openAlertDialog – Code Snippet
We quite often use the alert to display a dialog, which contains a message and a button. In this article, will explain about the syntax and with an example. Syntax: Xrm.Navigation.openAlertDialog(alertStrings,alertOptions).then(successCallback,errorCallback); Parameters: NameTypeRequiredDescriptionalertStringsObjectYesThe strings to be used in the alert dialog. The object contains the following values:– confirmButtonLabel:...
Power Automate – Flow is not running on Trigger condition
I was working on a flow and added a Trigger Condition which has 2 conditions in OR clause. @or(equals(triggerOutputs()?[‘body/statecode’], 1), greaterOrEquals(triggerOutputs()?[‘body/closeprobability’], 80)) The flow is working as expected with the above conditions. And then after some days, I added an extra condition in the OR clause as per new requirement....
How to get the Flow Run URL in the Power Automate?
There might be a situation where we need to use the flow run URL, to see the Flow Run Status and if it is failed, using this we can easily debug the Power Automate flow. In this article, will explain how to frame and use the Flow run URL. Follow the below steps. Step 1: Created an Instant flow and created the Compose action. Below is the expression used in the compose action....
Power Automate – Input field Delete option is disabled
When I was working on Power Automate, I had to remove one of the parameters in it and when I clicked on the more options on the Input property and tried to delete it, the option is disabled. Then I checked the Power Automate flow thoroughly and understood that the parameter is being used in one of the condition. And I removed the parameter from the condition, then the Delete option is enabled and deleted the unnecessary field. Hope...
Recipient of type ‘Contact’ with ID is marked as non-emailable
Got the below error while working on Power Automate and could not able to send the email to the Contact. Recipient of type ‘Contact’ with ID ‘7e4d5e3a-ac18-ef11-840a-002248920412’ is marked as non-emailable Then, I have opened the Contact and checked the value of Email under Contact Preferences, which is set to Do Not Allow. Updated it to Allow and saved the record. Ran the flow again and it sent the email....
Preferred Solution | New feature | Microsoft Dataverse
Click on the below image to navigate to my YouTube Channel. Please like and share your valuable feedback on this article and follow my blog to get my articles to your Inbox. Below are my earlier articles that you can have a look. New and Retired Microsoft Dynamics 365 Certifications Environment settings behavior (Preview) feature in Model-driven Apps Error while connecting to Dataverse environment in XrmToolBox Power Fx...
New and Retired Microsoft Dynamics 365 Certifications
I have posted an article related to the Microsoft Dynamics 365 Certifications long back and now Microsoft has shared the new update on these certifications. Below are the updates related to New and Retired (soon) certifications on Microsoft Dynamics 365. New certifications: Microsoft Certified: Dynamics 365 Customer Experience Analyst Associate: This certification is going to be released in late September 2024. This certification is...
Environment settings behavior (Preview) feature in Model-driven Apps
Microsoft has released a new preview feature to show all the Advanced Settings in a new Model-driven App – Power Platform Environment Settings. Note: This feature is available only in Preview (United States) region for now. In this article, will explain the steps to Enable or Disable this feature. Pre-requisites: Create a browser profile in Microsoft Edge or Google Chrome.If you have already have a browser...
Error while connecting to Dataverse environment in XrmToolBox
Got the below error, while connecting to an Environment in XrmToolBox. ERROR REQUESTING Token FROM THE Authentication context – General ADAL ErrorThe browser based authentication dialog failed to complete. Reason: The download has failed (the connection was interrupted).Unable to connect to CRM: The browser based authentication dialog failed to complete. Reason: The download has failed (the connection was interrupted).The...
Power Fx Formula Columns in Microsoft Power Apps
Please like and share your valuable feedback on this article and follow my blog to get my articles to your Inbox. Below are my earlier articles that you can have a look. How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment? Microsoft Power App Environments Retention Period How to Override the Model-driven app header colors? Timeline Highlights (New feature) in Microsoft Power Apps...
How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment?
Follow the below steps to Enable 2024 Release Wavel 1 Updates in the Microsoft Dynamics 365 CE Environment. Recommendation: Click on the below link and create a Microsoft Edge or Google Chrome Profile and go to the below Steps. How to login multiple CRM accounts in Microsoft Edge and Google Chrome browser? Step 1: Click on the below link to open Microsoft Power Platform Admin Center and provide your login credentials to...
Delete and Restore records (Preview) feature in Microsoft Dataverse
In the routine operations of Microsoft Dataverse, records or transactions are frequently deleted, whether manually or automatically, intentionally or inadvertently, through system processes, individual selections, multiple selections, or bulk deletions. Recovering deleted data can be challenging, and records are not always restorable. Now, to overcome this challenge, Microsoft has released a new feature to recover the deleted records...
Microsoft Power App Environments Retention Period
The following are the retention periods for various environment types within the Microsoft Power Platform, indicating that you can back up your environments for the last X number of days specified. Environment typesSystem backupManual backupProduction with Dynamics 365 apps28 days28 daysProduction without Dynamics 365 apps*7 days7 daysSandbox7 days7 daysDeveloper7 days7 daysTeams7 days7 daysDefault**7 daysNot supportedTrialNot backed...
How to Override the Model-driven app header colors?
Makers now have the ability to customize the Power Platform app header colors beyond the default settings, in the modern, refreshed look that’s been enabled in the app. Note: This functionality is available in build 9.2.23094 or later version. Click here to know more about your Model-driven app server version. This article will guide you through the step-by-step process of overriding the App header colors for your environment or...
How to know the Server Version of the Model-driven App?
Follow the below steps to know about the Server Version of your Model-driven app. Step 1: Open the required Model-driven App. Step 2: Click on Settings. Step 3: Click on About. A pop-up will be opened which shows all the details along with Server version. Hope you had followed all the steps and got the Server version of your Mode-driven app. Below are my earlier articles that you can have a look. Timeline Highlights (New feature) in...
Timeline Highlights (New feature) in Microsoft Power Apps
Microsoft has released a new feature to see the highlights of the activities in the Table record’s Timeline using Generative AI. Using this Agents, can efficiently absorb crucial information, enabling faster and more transparent interactions with customers. The highlights show relevant items in a clear and concise bulleted format, facilitating quick analysis and easy reference. The timeline highlights feature is available within...
Model-driven App – Cannot “See associate records” option in the sub grid?
I have placed a Cases Subgrid in the Account form and when I clicked on More Commands button on the Cases Subgrid, I cannot see the See associated records button, instead I can see the See all records button. Followed the below steps and resolved this issue. Step 1: Click on Settings. Step 2: Click on Advanced Settings. Step 3: Click on Settings and Click on Solutions. Step 4: Double click on the required solution (where you have...
Bookmark the Important Dynamics 365 URLs
Found an interesting article about the Microsoft Dynamics 365 important URLs bookmark, which was done by András Fördős – . Follow the below steps and bookmark on your required browser (Microsoft Edge and Google Chrome) and in the required browser profile. Step 1: Click on the link to open the below Github page. Step 2: Click on the bookmarks folder. Step 3: Click on the d365_bookmarks.html file. Step 4: File has been opened....
How to Remove Email from the Suppression list in Dynamics 365 Customer Insights Journey (Preview feature)
I was working on Customer Insights Journey and sent an email to one of the Contacts from a Journey and it got bounced due to the wrong email address. Found that the email moved to the Suppression list. And I followed the below steps and removed the email from the suppression list by enabling the new preview feature. Step 1: Open Customer Insights – Journeys App. Step 2: Click on Change Area and Click on Settings. Step 3: Click...
How to Enable Tenant-level analytics for Power Automate and Power Apps?
Power Platform resources periodically emit telemetry data for various operations and user activities across environments and extensions. Tenant-level analytics allows admins to view and compare insights derived from the Platform telemetry data across environments they manage. Tenant admins can view reports containing analytics that apply to all environments within the tenant. Once this feature is enabled, it aggregates data from...
Microsoft Power Automate Copy and Paste Action in New Designer
Today, when I was working on Power Automate, observed the Copy and Paste Action in the Power Automate New Designer to make the developers life easier in doing the repetitive things using simple clicks. Will explain this feature step by step. Follow the below steps. Step 1: Open any existing Power Automate flow or Create a New Power Automate flow. Step 2: Right Click on the required Action and Click on the Copy Action. Or Select the...
How to Setup Multi-Factor Authentication for your Microsoft Power Apps environment?
When you create Power Apps 30 days trial environment, for the first 14 days, the system will show us a prompt to configure MFA on your account and you can skip this step, but after the 14th day, the system will mandate you to setup the MFA to see your environment. In this article, will explain you the process to set up MFA step by step. Follow the below steps. Step 1: Click on Next. Step 2: Click on Download now to download the...
Microsoft Power Apps | Modern Themes | Preview feature
Watch the below video to understand about the Microsoft Power Apps Modern Themes Preview feature. Below are my earlier articles that you can have a look. How to Download and Install the .NET Framework? How to Create a SharePoint Site Online? How to add and use Copilot answer control (Preview) in Microsoft Power Apps? Dark Mode in Microsoft Power Apps How to create Microsoft 365 E3 Trial for 30 days? Refreshed look of solution...
How to Download and Install the .NET Framework?
Microsoft .NET Framework is a Windows-only version of .NET for building client and server applications. In this article, will explain the steps to download and install .NET Framework on your PC. Follow the below steps, Step 1: Click here to navigate to .NET Framework downloads page. Step 2: Scroll down to Supported versions. Step 3: Click on the required .NET Framework Version. Step 4: Click on Download .NET Framework 4.7.1 Developer...
How to Create a SharePoint Site Online?
Watch the below video to know the step-by-step details to create SharePoint site online. Please Like, Share and Subscribe to my YouTube Channel. Below are my earlier articles that you can have a look. How to add and use Copilot answer control (Preview) in Microsoft Power Apps? Dark Mode in Microsoft Power Apps How to create Microsoft 365 E3 Trial for 30 days? Refreshed look of solution dependencies in Dataverse Solutions...
How to add and use Copilot answer control (Preview) in Microsoft Power Apps?
Microsoft has released the public preview of the control “Copilot answer control“, a new way to add generative AI to our applications. Using this control, we can easily get the answers to the commonly asked questions on a single click and also, we can easily configure the copilot question to get the answers. Follow the below steps to insert the control in the Canvas App and the Use cases of this control. Pre-Requisites:...
Dark Mode in Microsoft Power Apps
Found an interesting feature to enable the Dark Mode in our Model-driven app. Follow the below steps to enable it. Step 1: Open any Model-driven App. Step 2: Append the below text at the end of the URL and hit enter. &flags=themeOption%3Ddarkmode You can see the Dark Mode of your Model-driven App. Hope you liked the Dark Mode of your Model-driven app. Please like and share your valuable feedback on this article. Started...
How to create Microsoft 365 E3 Trial for 30 days?
Please Like, Share and Subscribe to my YouTube channel and also click on the bell icon to get the updates. Below are my earlier articles that you can have a look. Refreshed look of solution dependencies in Dataverse Solutions Microsoft Power Automate | Version History | Restore | New Feature MICROSOFT LEARN – Artificial Intelligence Skills Challenge 2024!!! Resolved –...
Refreshed look of solution dependencies in Dataverse Solutions
Microsoft has announced the refreshed look of solution dependencies for solution objects. This new page is well organized, easy to understand and can see some important actions to identify the dependencies and take appropriate actions. Below are the 3 different Tabs that are focused on showing the dependencies and they are grouped together for easier understanding. Delete blocked by – Items that are blocked for deletion by the...
Microsoft Power Automate | Version History | Restore | New Feature
Have a look at the below video for the Microsoft Power Automate Version History and Restore new preview feature. Please Like, Share and Subscribe to my YouTube channel and also click on the bell icon to get the updates. Below are my earlier articles that you can have a look. MICROSOFT LEARN – Artificial Intelligence Skills Challenge 2024!!! Resolved – ‘InvokerConnectionOverrideFailed’ Error When a Power App Custom Page call a Power...
MICROSOFT LEARN – Artificial Intelligence Skills Challenge 2024!!!
Microsoft has started the AI Skills Challenge 2024 and provided 4 topics on AI (Microsoft Fabric, Azure OpenAI, Azure Machine Learning or Azure AI Fundamentals). Choosing any one of them and completing the challenge to eligible for a free Microsoft Certification exam. Follow the below steps to register and participate in this challenge and earn a Certification voucher. Step 1: Click on the link to open the below page. Step 2: Choose...
ArunPotti.com’s 10th Year Anniversary!!!
Dear Readers, Followers, and Dynamics CRM Enthusiasts, I am delighted and honored to announce the momentous occasion of the 10th anniversary of ArunPotti.com. It’s with immense joy and gratitude that I reflect on this incredible journey of sharing insights, knowledge, and experiences in the world of Dynamics CRM. A decade ago, I embarked on a mission to create a platform dedicated to exploring the intricacies of Dynamics CRM,...
Resolved – ‘InvokerConnectionOverrideFailed’ Error When a Power App Custom Page call a Power Automate Flow
Got the below error while I was working on a Power Automate flow, this flow will be called from a Power Apps Custom page. InvokerConnectionOverrideFailed. Failed to parse invoker connections from trigger ‘manual’ outputs. Exception: Could not find any valid connection for connection reference name ‘shared_sharepointonline’ in APIM header. Then, followed the below steps and resolved this issue. Step 1: Clicked...
How to Create Microsoft Power Apps Trial 30 days?
Please check the below video and like, share and subscribe to my YouTube Channel. Arun Potti Hello Everyone, Welcome to My YouTube Channel. Myself Arun Potti, I am the Microsoft Certified Trainer and C-Sharp corner MVP. I have total 13+ years of Technical experience in Microsoft .Net, SQL Server, Microsoft Dynamics CRM, Power Platform and Azure. Started this channel to share my knowledge to all the Power Platform learners’ in...
Not able to Create Power Automate Flow in Custom Page in Model-Driven App?
Recently when I was working on a Custom Page in Model-Driven App and trying to create a Power Automate Flow from it and faced the below issue in Microsoft Edge browser. I can see that it is trying to open the flow page, but it was showing as loading always and also tried to close the page, but it was not closing at all. Then, I logged into Microsoft Power Apps in Google Chrome and tried to check the same issue and surprisingly it...
How to Enable Inline Actions feature in Microsoft Canvas Apps?
Microsoft introduced the new inline actions for Power Apps Canvas Apps – a new way to perform the most common authoring tasks directly inline on the canvas. Using this feature, it will be easier to add the required actions easily using the Action bar by reducing both cognitive load and mouse travel, also we can use Copilot from the new inline action bar. In this article, will explain step by step to enable the Inline Actions and...
Arun Potti’s YouTube Channel Started!!!
Hello everyone, started my Arun Potti – YouTube Channel today and request you all to have a look at this Introduction video. Please Subscribe my YouTube channel and Like, Share and Comment on this video. Going forward will share my knowledge on my Blog and YouTube channel as well. Thank you so much for all your encouragement and support these many years on my blog and would like the same on my YouTube Channel as well. Thank you...
How to use /mention in Outlook web client for Dataverse records?
One of the most common scenarios that business has in day-to-day life is, sharing the information of Dataverse applications with your colleagues on an email. In general, you need to jump out of Outlook web experience and open your Dataverse record and then copy and paste the link of the record into your email. This is possible now with a simple configuration in the Power Platform admin center. You can quickly access the records they...
Associate Activities Multiple Related Records (Preview) feature in Microsoft Dynamics 365 CE
Activity records like emails, appointments, tasks, and calls can be associated to additional activity participants (parties) such as accounts, contacts, leads, and opportunities through a new partylist attribute. Previously, it wasn’t possible to associate an activity record to additional related party records. With this feature, users will be able to associate activity records with additional related parties, such as an email...