Looking for something in particular?
Dataverse Choice & Choices Conversion in Power Automate
How to create a very helpful child flow that will help you convert Choice or Choices column values from Label to Value and also Value to Label for any table or column in Dataverse. You can call this child flow form any other flow you are building when a choice or Choices conversion is required.
Converting Dataverse Choice(s), (Multi-select) Option Sets, or Picklists in Power Automate
How to use single step Dataverse Custom Actions in Power Automate to convert choice/choices column value (integer) to label (words) and back again.
Also more fondly know as Option Sets, Multi Select Option Sets and Picklists.
Choices: Spreadsheet or CSV into Dynamics 365 JSON
Extending the previous post ‘Convert a spreadsheet or CSV file into a Marketing List in Dynamics 365 - Strings’ to populate Choice (Option Set) values in the Dataverse JSON, rather than just strings.
Set Dataverse Choices in Power Automate dynamically - without a switch statement!
Setting the value of a Dataverse choice option set or choices multi-select option set column field in Power Automate can be a little tricky. Flow expects either a static choice or the choice ‘Value’ rather than the ‘Label’. Smaller choices work ok with a switch statement but what about when your choice has 10+ choices? Here is a way to avoid cumbersome switch statements to handle larger choice lists.