Introduction: To improve flows with cloud flow Process Insights (Preview) is available in Power Automate. We can gain insights and improve our cloud flows with the help of process mining. With a few selections, we can visualize our flow’s performance, identify bottlenecks and optimization opportunities, and monitor for business drifts. As an example, for a …
Month: May 2022
Rewind April 2022
Back to Basics Series , Power Automate Fundamentals Series – compiled list of my blogs for April 2022 are here. If you missed any you can find it here Back to Basics Series : Back to Basics # 52: Retrieve Related entities Data Using Expand Query with Webresource in Dynamics CRMBack to Basics # 51: Retrieve …
Power Automate Fundamentals # 74: Get the forecast for tomorrow from MSN in Power Automate
Introduction: In order to forecast for tomorrow weather, we can use MSN Weather connector that is available in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as shown in the below figure. Step 2: After …
Back to Basics # 56: Understand Open Dialog with Webresource in Dynamics CRM
Introduction: In Dynamics 365 CRM, for certain requirements we need to show dialog window. We can use openAlertDialog method present in Client API Reference in Dynamics crm. As an example, for a selected contact record, open dialog will be shown. Step 1: Login to the required environment and select required solution [Contact Customizations Solution in …
Continue reading Back to Basics # 56: Understand Open Dialog with Webresource in Dynamics CRM
Power Automate Fundamentals # 73: Get Current Weather from MSN in Power Automate
Introduction: In order to get details of current weather , we can use MSN Weather connector that is available in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as shown in the below figure. Figure …
Continue reading Power Automate Fundamentals # 73: Get Current Weather from MSN in Power Automate
Power Automate Fundamentals # 72: Get Forecast from MSN in Power Automate
Introduction: In order to get details of weather , we can use MSN Weather connector that is available in power automate. Step 1: Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side as shown in the below figure. Figure 1 …
Continue reading Power Automate Fundamentals # 72: Get Forecast from MSN in Power Automate
Back to Basics # 55: Delete Record using XRM WebApi with Webresource in Dynamics CRM
Introduction: In Dynamics 365 CRM, for certain requirements we need to delete records in tables. As an example, for a selected contact record ,record gets deleted. Step 1: Login to the required environment and select required solution [Contact Customizations Solution in this case] as shown in the below figure. Step 2: After Step 1, select …
Back to Basics # 54: Update Associations using XRM WebApi with Webresource in Dynamics CRM
Introduction: In Dynamics 365 CRM, for certain requirements we need to update associations in the related tables i.e., update lookup values. As an example, for a selected contact record account lookup will be updated. Step 1: Login to the required environment and select required solution [Contact Customizations Solution in this case] as shown in the …
Back to Basics # 53: Update Record using XRM WebApi with Webresource in Dynamics CRM
Introduction: In Dynamics 365 CRM, for certain requirements data needs to be updated for a given record, based on GUID of an entity. As an example, for a selected contact record respective fields details were passed to update contact record. Step 1: Login to the required environment and select required solution [Contact Customizations Solution in …