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 Platform Community / Forums / Power Automate / Adding Forms responses...
Power Automate
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?

Categories:
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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 462 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 456 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard