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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Save MS Form Responses...
Power Automate
Unanswered

Save MS Form Responses to SharePoint List Including Attachment

(0) ShareShare
ReportReport
Posted on by

when user submitted the form, i want to save data response to the sharepoint list including attachment.

Categories:
I have the same question (0)
  • v-yetonggu-msft Profile Picture
    Microsoft Employee on at

    Hi @wachid ,

    I initially set up the 'When a new response is submitted' trigger and the 'Get response details' control.

    Before copying the file information to the ‘Parse json’ action, you must first run the flow to obtain the file information in ‘Get response details’ action.

    vyetonggumsft_1-1700105574817.png

    Below is a screenshot of my complete flow:

    vyetonggumsft_1-1700106182056.png

    vyetonggumsft_0-1700106146193.png

    vyetonggumsft_6-1699595837764.png

    vyetonggumsft_2-1700106241489.png

    Best Regards,

    Sunshine Gu

     

  • v-yetonggu-msft Profile Picture
    Microsoft Employee on at

    Hi @wachid ï¼Œ

    You can also put this code directly into the 'Schema' of the 'Parse Json' control.

    vyetonggumsft_1-1700206369319.png

     

    {
     "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"
     ]
     }
    }

     

    Best Regards,

    Sunshine Gu

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 251 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 239

#3
Expiscornovus Profile Picture

Expiscornovus 220 Most Valuable Professional

Last 30 days Overall leaderboard