All,
I am trying to connect Forms Response to and HTML table to eventually populate a word document that is saved to my one drive.
I get to here -
And then there is "no dynamic content available." Can anyone help? I am following this guide as much as possible although I have removed the Apply to each https://powerusers.microsoft.com/t5/General-Power-Automate/Converting-Microsoft-Form-response-to-Wor...
Thanks,
Solved! Go to Solution.
Hi!
you are looking for a way to show all responses received so far in an HTML table, right? Or, you just need current response as a single entry on an HTML table?
If the first approach is what you are looking for, the problem is that 'Create HTML table' expects an array (list) as an input.
'Get response details' provides info from a single response, not from the list of responses received so far... you will need to store then in a external repository (excel file, sharepoint list, CDS, ...)
If the second approach is what you are looking for, the problme is the thread you checked is from Forms connector preview. Current version has changed. I would suggest to use createArray() based expression to convert current 'Get response details' output into an array my means of the following expression
Hope this helps
Proud to be a Flownaut!
Hi @bmcnal,
After the Microsoft Form action updated in 2019, the output of Get response details is no longer an array.
If you want to create HTML table, you should convert it into an array, but seems like you want to manage the properties, so you could sort the properties before converting it into array, for example:
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.
Hi!
you are looking for a way to show all responses received so far in an HTML table, right? Or, you just need current response as a single entry on an HTML table?
If the first approach is what you are looking for, the problem is that 'Create HTML table' expects an array (list) as an input.
'Get response details' provides info from a single response, not from the list of responses received so far... you will need to store then in a external repository (excel file, sharepoint list, CDS, ...)
If the second approach is what you are looking for, the problme is the thread you checked is from Forms connector preview. Current version has changed. I would suggest to use createArray() based expression to convert current 'Get response details' output into an array my means of the following expression
Hope this helps
Proud to be a Flownaut!
Hi @bmcnal,
After the Microsoft Form action updated in 2019, the output of Get response details is no longer an array.
If you want to create HTML table, you should convert it into an array, but seems like you want to manage the properties, so you could sort the properties before converting it into array, for example:
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.