web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Adding Forms responses to Excel: multiple document uploads and JSON parsing

(0) ShareShare
ReportReport
Posted on by 2

Hi all,

 

Working on a Flow for a colleague which collects Forms responses in an Excel table, including two questions which require respondents to upload a file. When dealing with individual file uploads in the past, I have used the Parse JSON connector along with the following code to make the file appear as a nicely formatted SharePoint link in the Excel spreadsheet:

 

{
 "type": "array",
 "items": {
 "type": "object",
 "properties": {
 "name": {
 "type": "string"
 },
 "link": {
 "type": "string"
 },
 "id": {
 "type": "string"
 },
 "type": {},
 "size": {
 "type": "integer"
 },
 "referenceId": {
 "type": "string"
 },
 "driveId": {
 "type": "string"
 },
 "status": {
 "type": "integer"
 },
 "uploadSessionUrl": {}
 },
 "required": [
 "name",
 "link",
 "id",
 "type",
 "size",
 "referenceId",
 "driveId",
 "status",
 "uploadSessionUrl"
 ]
 }
}

 

The final product looked similar to this:

DanRyan_0-1691672604693.png

 

This has worked great in the past, however I'm unsure of how to get it to work when there are multiple file upload questions. Would I need to parse each question field form the forms that has a document upload? How would I differentiate the link output from each one?

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 691 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 431 Moderator

#3
developerAJ Profile Picture

developerAJ 266

Last 30 days Overall leaderboard