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 / MS Forms Export to Exc...
Power Automate
Answered

MS Forms Export to Excel multiple answers

(1) ShareShare
ReportReport
Posted on by 4

Hi, 

 

I have a question in my Microsoft form where there's an option to select multiple answers. When I export to excel my responses all the answers are in one field. 

 

How can i automate this whereby each answer is in a seperate column when exporting to excel? 

 

Any help would be appreciated.

Categories:
I have the same question (0)
  • ChristianAbata Profile Picture
    8,953 Most Valuable Professional on at

    hi @Shamiqbal  what you need to do is split your responses an then capture one by one like this.

    respons1.PNGrespons2.PNG

  • Verified answer
    v-bacao-msft Profile Picture
    Microsoft Employee on at

     

    Hi @Shamiqbal ,

     

    If the question is a multiple-choice, you may refer to the following configuration to achieve your needs.

    I assume that this question has three options. First, use the json() function to format the response to an array.

     

    Considering that the user will not select all options, so we need to check the length of the array and get the element by the existing index. Hope that makes sense.

    Image reference:

    48.PNG

    Expression reference:

    if(greaterOrEquals(length(outputs('Options')),1),outputs('Options')[0],null)
    if(greaterOrEquals(length(outputs('Options')),2),outputs('Options')[1],null)
    if(greaterOrEquals(length(outputs('Options')),3),outputs('Options')[2],null)

     

    Please take a try and feel free to let us know if you have any questions.

     

    Best Regards,

  • Shamiqbal Profile Picture
    4 on at

    Hi I'm afraid I am struggling to get this done.

     

    I have one question in my MS form that when 2-3 options are selected. I then export to excel and all the answers are in one field.

     

    Can anyone help in this? 

     

    Thanks 

     

    Shamas

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 784

#2
Valantis Profile Picture

Valantis 581

#3
Haque Profile Picture

Haque 545

Last 30 days Overall leaderboard