web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Mapping a single selec...
Power Automate
Answered

Mapping a single select field type in Typeform to a Dynamics 365 optionset

(0) ShareShare
ReportReport
Posted on by 124

Hi guys,

 

So I've got a Typeform form created with a single select field type e.g. Please select your nationality (then have a dropdown that displays all the nationalities).

 

My question is that if I have a optionset field in Dynamics that maps directly to what's on the typeform question. How do I dynamically set the Dynamics 365 optionset value based on their field selection?

Categories:
I have the same question (0)
  • Verified answer
    v-bacao-msft Profile Picture
    Microsoft Employee on at

     

    Hi @Mick282 ,

     

    The first thing to note is that the OptionSet in CDS corresponds to an integer value.

    • You could get the integer value by the following method.

    71.PNG

    • Second, you need use expression to get the value selected in the type form:
    triggerBody()?['form_response']?['answersObject']?['fieldid']?['value']['label']

    You could test the trigger once and look at the fieldid recorded in Outputs.

     

    • Then you need to create a new Object variable to record the relationship between the item and the integer value in OptionSet.
    variables('OptionSetValue')[outputs('SelectionValue')]
    • Then select the corresponding integer value by SelectionValue submitted by the Type form.
    • Finally, update the configuration Optionset field.

     

    Image reference:

    74.PNG

    72.PNG73.PNG

     

    Best Regards,

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 283

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard