Tag: Power Automate
-
How to Boost Your Conversations with Power Virtual Agents
If you are already using Power Virtual Agents in your power platform solutions or want to start using, then you might be interested in the new Boost conversations feature in Power Virtual Agents. This feature allows you to use the capabilities of OpenAI’s Codex, an AI system that can generate…
-
Dynamics 365 – Import Bulk Data using Excel Template
Excel templates are pre-formatted spreadsheets that contain data fields and formulas that match the structure and logic of Dynamics 365 entities and attributes. By using Excel templates, you can easily import bulk data into Dynamics 365 without having to manually map each column or field. You can also use Excel…
-
Power Automate – Linked Entity Attributes
Linked entities in FetchXML are entities that are related to the primary entity specified in the FetchXML query. Linked entities allow you to retrieve data from multiple related entities in a single query, and to traverse the relationships between entities to retrieve related data. When you are filtering records in…
-
Power Automate Flows vs Azure Logic Apps. Which one should we use?
When it comes to creating modern automated workflows for Dynamics 365 or other dataverse applications, the first option that comes into the mind is surely Power Automate flows. Since its replaced old legacy workflows for Dynamics 365, we started building more complex workflows easier and quickier. But Power Automate flows…
-
Dynamics 365 – Call Power Automate Flow from JavaScript
In this post I will show the steps to call Cloud(Power Automate) flow from Javascript. I will send a JSON request body to my flow and get a JSON response body back. We will do that in 3 simple steps. Let’s start. Step 1 – Create a Power Automate Flow…
-
How To Create Power Automate Flow To Update Currencies In Dynamics 365
Consider your sales team doing business with accounts in different countries and you have more than 1 currency in your system. They ask you to daily update all the currencies in your system so they can finalize the deal at the latest exchange rate. For on premise versions this would…