Power Automate - Get Microsoft Forms Data including Attachments
Posted
by
RezaDorrani
12,136
Hello everyone,
In this video, you will learn about how to build a flow to connect to Microsoft Forms.
We will use flow to get forms data for all column types - choice, multiple choice, numbers, multiple attachments etc. and move them to a SharePoint list.
Expressions Used in Video:
To get JSON value for string data types -
json(Dynamic content column)
To set multiple choice column value (Select action) -
{ "Value": "@{item()}" }
To convert string to number -
float(Dynamic content column)
To get id of file uploaded -
item()?['id']
To get name of file uploaded -
item()?['name']
To learn more about expressions-
https://aka.ms/learnexpressions
#PowerAutomate #MicrosoftForms #FormsAttachments #SharePoint
*This post is locked for comments