Forum Discussion
snehlatagiri
Oct 11, 2023Copper Contributor
Duplicate questions in microsoft forms answers downloaded in excel
I have a rate colour form where user has to rate colours based on their liking and their mother's liking. This is my form But the problem is when i download the response here in excel th...
snehlatagiri
Oct 12, 2023Copper Contributor
LeonPavesic sorry but this is not what I am looking for. Like i said i have duplicate questions which are part of different likerts. So the problem is when I download the response the heading of the likert is not there. its just the questions are there with numeric value appended. So if I have asked to rate the color "Red" twice in my form response I get back is Red, Red1, Red2 and so on. So I want to see the likert heading as well. Is it possible to do that?
LeonPavesic
Oct 12, 2023Silver Contributor
Hi snehlatagiri,
thanks for your response, I understand your problem now.
Unfortunately, there is no way to automatically include the question headings in the Excel export of Microsoft Forms responses, so you can do it manually, but it can be time-consuming if you have a lot of questions in your form.
To do this, simply open the Excel workbook and type the question headings into the first row of the spreadsheet. Then, you can copy and paste the responses below the question headings.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
- snehlatagiriOct 12, 2023Copper Contributor
LeonPavesic Sorry but this is not something that will work for me. I want it to be automated only.
Is there some kind of an application which can extract this data for me. In this screenshot the data is visible for the questions but in excel it is not. So is there any tool like power automate or something.
- peiyezhuOct 14, 2023Bronze ContributorIn this screenshot the data is visible for the questions but in excel it is not
draw chart in Excel?
What kind of automation do you need?- Rob_ElliottOct 14, 2023Bronze Contributor
"What kind of automation do you need? peiyezhu strange post,I thought I'd given the method of automating it in my previous post.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP UK (and classic 1967 Morris Traveller driver)
- LeonPavesicOct 12, 2023Silver Contributor
like i wrote before there is no built-in feature in Microsoft Forms or Excel that can do this automatically.
However, there is a workaround that you can try using Power Automate.Here are the steps to create the Power Automate flow:
- Go to the Power Automate website and sign in with your Microsoft account.
- Click on Create and then select Flow.
- Select the Automated from scratch option and then click on Create.
- In the Trigger section, select When a new response is submitted and then select the Microsoft Forms form that you want to use.
- In the Actions section, add the following actions:
- Get response details
- Get question details
- Filter array
- Create table
- Add row to table
- In the Get question details action, select the Question column from the Dynamic content list.
- In the Filter array action, select the Question column from the Dynamic content list. In the Filter by section, select equals and then select the Question Text column from the Dynamic content list.
- In the Create table action, select the Excel connector and then select the Create table action.
- In the Add row to table action, select the Excel connector and then select the Add row to table action.
Configure the Create table and Add row to table actions to create a new table in Excel with the following columns:
- Question Heading
- Response
Add the following dynamic content to the Question Heading column:
item()['QuestionText']
Add the following dynamic content to the Response column:
item()['Value']
Save and run the Power Automate flow.
When a new response is submitted to the Microsoft Forms form, the Power Automate flow should be triggered and it will create a new Excel file with the question headings and responses.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)- snehlatagiriOct 12, 2023Copper Contributor
LeonPavesic I can't see "Get question details" in form actions