Modifying OrgDBOrgSettings Configuration with Power Automate

Organizational Settings, also known as Org Settings, encompass a set of configurations that facilitate the management of environment settings in Dynamics. These settings play a vital role in optimizing the user experience and functionality of Dynamics. Let's explore a few examples of these settings: DisableNavTour: By overriding the navigation tour setting for the entire organization, … Continue reading Modifying OrgDBOrgSettings Configuration with Power Automate

Filter Array #PowerAutomate

An array is a collection of data, such as a list of names, numbers, or objects. Power Automate allows you to filter arrays by specifying certain conditions, so that only the elements that meet those conditions will be included in the final output. For example, let's say you have an array of customer data, and … Continue reading Filter Array #PowerAutomate

Streamlining Data Processing with Power Automate: Harnessing Batch API Requests

Batching plays a crucial role in effectively managing large-scale data processing, improving performance, and optimizing resource utilization. With Power Automate's enhanced batching capabilities, the low code/no code approach reaches new heights and addresses various data processing scenarios. Another notable feature is the ability to use changesets, which ensure atomic transactions, allowing for rollback in case … Continue reading Streamlining Data Processing with Power Automate: Harnessing Batch API Requests

Using standard CSV data import using Power Automate flow

Data import using CSV or Excel is a feature that is been there since day one. It is a good end user feature that helps to import data quickly in to Dynamics. Using predefined data maps and template the data can be quickly imported without much effort. The log is also a great addition to … Continue reading Using standard CSV data import using Power Automate flow

Cancel running instance of a flow #powerautomate

Power Automate is a powerful tool for efficient business process automation, offering a wide range of connectors to facilitate seamless integration. While configuring flows is typically straightforward, there are cases where it may not be suitable for handling bulk operations or resource-intensive tasks that require processing numerous instances within a limited timeframe. Depending on licensing … Continue reading Cancel running instance of a flow #powerautomate

Export Power Automate run using PowerShell Script

Power Automate flow stores 28 days for history for each flows in an environment. This is a quite a comprehensive log to troubleshoot any error during the executions of the flow. Though there are contextual data that you can add to the history view, exporting and viewing at the historical runs is quite not easy. … Continue reading Export Power Automate run using PowerShell Script

Restrict Scheduled Power Automate flow to run on set times

Scheduled flow helps us to automate simple process on a scheduled manner. But sometimes we don't want this flow to run in specific hours or we want only to run within the specific hours. Basically we want to run this flow only in set times only. There are couple of ways it can be achieved. … Continue reading Restrict Scheduled Power Automate flow to run on set times

See triggered data values in run history view #powerautomate

This morning out of blue, I saw this new option Edit columns peeks in the flow run history view. This is a much needed enhancement to the view in order to see the triggered data without opening the run history instance. If you navigate to All runs page, it is shown as Add columns. Click … Continue reading See triggered data values in run history view #powerautomate

Build Filter expression for Power Automate Dataverse Connector

Querying Dataverse table using Power Automate is easy with Dataverse connectors. Filtering the data is also more convenient using these connectors, we can use query expression or use FetchXML to filter the data based on our needs. There are three premium connector to facilitate querying Dataverse tables. Get a row by ID List rows Search … Continue reading Build Filter expression for Power Automate Dataverse Connector