Hi there,
I am trying to build a Flow to convert my Microsoft Form into a Word Doc and I got most of the way by reading other posts but it seems the Convert to HTML step fails whenever it encounters a String response, it requires Arrays. Is there another way to pull String Reponses out of Forms to automatically create a Word Docx?
"BadRequest. The 'from' property value in the 'table' action inputs is of type 'String'. The value must be of type 'Array'."
Inputs
Format: HTML
From: askldfjlweiofjnao;wegaboopbeepbop
Hi @Onebadterran,
If it encounters a String response, I guess it is a multiple-choice answer, the Create HTML table action only accept the array of objects, for example:
[
{
"Column1": "Test1",
"Column2": "Test2"
},
{
"Column1": "Test3",
"Column2": "Test4"
}
]
If you want to extract data from an MS Form and create a word file, you could refer to this blog:
And there is a post with a similar requirement you could refer to:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.