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 choice fields ...
Power Automate
Suggested Answer

Mapping choice fields on a form to the SharePoint list using Power automate

(0) ShareShare
ReportReport
Posted on by 2
I have created an MS form and a corresponding MS list to capture the responses from the form when it is submitted. I have a number of choice fields in the form with a corresponding column in the list with the same values in the same order. They match.
I created an automated cloud flow and mapped all fields but the choice fields as it does not give me an option to map them using the lightning bolt. The lightning bolt does not appear. When I test and submit the form the list column say Required info and not the choice item I selected. How do I fix this please?
 
 
I have the same question (0)
  • Suggested answer
    Vish WR Profile Picture
    3,259 on at
     
     

    The issue is happening because Forms sends choice answers as plain text, cue be due to the column type mismatch 

    If it’s a single-choice column, just pass the value directly from Forms. No formatting needed.

    outputs('Get_response_details')?['body/YourQuestion']

    If it’s a multi-choice column, Lists expects an array, but Forms sends a comma-separated string. So you need to convert it using:

    split(outputs(‘Get_response_details’)?[‘body/YourQuestion’], ‘,’)

    Also double-check that the option values in Forms and Lists match exactly.

     
     
      Vishnu WR
     
    Please  Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like 
     
     
     

     
  • KL-14040751-0 Profile Picture
    2 on at
    Thank you for this information. The fields were initially multiple choice answers but when I submittted the form all options went to the list option and not the one I selected. I change the fields on the form and list to single choice only, this is when I got the required information error message. 
     
    As I understand what you are saying, I need to add this bit of code to the code view split(outputs(‘Get_response_details’)?[‘body/YourQuestion’], ‘,’). Do I put this on the get response details or create item action in the flow and then where in the code 
     
    In the create item code view I can see this  These are the fields I need to have the choices for. Or do I add in each option n the above code seperated by a comms?

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 791

#2
Valantis Profile Picture

Valantis 568

#3
Haque Profile Picture

Haque 535

Last 30 days Overall leaderboard