Skip to main content

Notifications

Power Automate - General Discussion
Unanswered

How do you dynamically set choice fields for dataverse?

(0) ShareShare
ReportReport
Posted on by 357

Is there a way dynamically set choice fields for dataverse?

I have a flow that takes text input fields:
softwareinvolved.png

And I'm wondering if there's a way to use that to set the choice field when I create a new dataverse record:

Mgodby_0-1632953337767.png

 

When I add the text input dynamic content, I get an error message. Is there any way to make the choice field dynamic based on the value they put when they run the flow.



  • Expiscornovus Profile Picture
    Expiscornovus 31,139 on at
    Re: How do you dynamically set choice fields for dataverse?

    Hi @Mgodby , 

     

    Every choice field value has a related number. So, if you know the number of the value you can set it dynamically.

     

    What you could do is add a dropdown list of your choice options to your trigger action. In that list you can match the numbers from your choice field options by putting the correct numbers in front of the label.

     

    Below is an example of that approach.

      dropdownlist_options.png

     

    In the dataverse field you could use the expression instead of the dynamic content field. 

    That expression will return the first character of the option. In the case of '3. Microsoft Teams' that will be '3'. If your options are longer numbers you have the change the length of the substring function.

     

     

    substring(triggerBody()['text'], 0, 1) 

     

     

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard