Forum Discussion
Find out in which language a form was submitted
that information is stored in a Language field in the Excel Workbook in which MS Forms syncs the data, so to retrieve that information with Power Automate
>use the Excel (Business) "Run script from Sharepoint library" action, with an Office Script that forces a refresh of all connections (use the automation recorder to generate the script); this forces the workbook to include the latest submission
>then use Excel (Business)"Get a row" to get the row with the ID from the submitted form
Unfortunately, when refreshing the excel as suggested here via script ran by PowerAutomate, the newly inserted lines will not be found even when I wait 30 seconds before refreshing and trying to retrieve the row.
When I open the excel and run the script manually, the new lines will appear as expected.