How to Programmatically Add Option Set Values in Dynamics 365 with Power Automate

In every Dynamics 365 or Power Apps implementation, it’s common to require fields where users select values from predefined lists—such as Job Title, Customer Category, Priority, or Region. These lists are typically implemented using Choice fields (Option Sets) or custom Lookup fields referencing separate entities. A common challenge when configuring Option Sets in Dynamics 365… Read More »
The post How to Programmatically Add Option Set Values in Dynamics 365 with Power Automate first appeared on Microsoft Dynamics 365 CRM Tips and Tricks.
Published on:
Learn moreRelated posts
Power Automate: dateDifference function
The “dateDifference” function is a powerful tool for when you need to calculate the difference between two dates. It gives you a reliabl...
How to use the Azure AI Foundry connector in Power Automate
Today I had a look into the Azure AI Foundry connector in Power Automate. My findings on this connector are in the post below.
Power Automate – Enable endpoint filtering for secure UI automation
We are announcing the ability to enable endpoint filtering for secure UI automation in Power Automate. This feature enables you to specify whi...
Power Automate – Generate process maps for multi-flow automations
We are launching process maps in Power Automate to manage flow dependencies, visualize parent-child flows, and enhance automation log observab...
Power Automate – Generate process maps for multi-flow automations
We are launching process maps in Power Automate to manage flow dependencies, visualize parent-child flows, and enhance automation log observab...
How to avoid throttling in Power Automate
It's quite an old problem, when you use Power Automate for many connectors when you push them hard enough you will get throttled. How do we av...
Power Automate: Convert Time Zone Action
If you have ever had to deal with time zones, you know how hard it is to convert them. It’s a complex problem, so we … The post Power A...
Power Automate: workflow Function
The “workflow function” is one of Power Automate’s most useful functions, especially when you need to reference information ...