Tag: Power Automate
-
Power Automate Connect to Other Environments
The Microsoft Dataverse connector now offers enhanced flexibility with the inclusion of the Environment parameter. Users can seamlessly connect to different environments from cloud flows, enabling actions such as listing rows, adding or updating rows, and executing actions in specific environments. Certain limitations and actions/triggers not yet supporting the Environment…
-
Environment variables in Power Apps
Environment variables are a feature of Power Apps that allows you to store and reuse values across your apps and flows.
-
Http request failed as there is an error: ‘Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.’
I recently encountered an issue in one of our flow runs involving the Dataverse connector’s ‘List Rows’ action. The filter used for this action was ‘ownerid eq @userId.’ The flow was running smoothly for all users except one. Upon checking the row count for that particular user, I found it…
-
Power Automate Flow Get User Settings
In this blog post, I will show you how to get user settings from Dynamics 365 using Power Automate flows. This is a useful technique when you want to customize your app or process based on the preferences or roles of different users. For example, you might want to send…
-
Dynamics 365 – Bypass Custom Business Logic
If you are a developer working with Dataverse, you may have encountered situations where you need to perform bulk data operations without triggering the custom business logic that is applied by plug-ins, workflows or Power Automate flows. For example, you may want to import a large number of records from…
-
Power Automate Flows How to Compare numbers in string and int data types
When working with Power Automate Flows it is important to understanding how the tool handles different data types and functions, particularly when it comes to comparison. In this blog post, I will talk about comparing numbers in different data types. In some cases you may encounter a situation where you…