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 / Transfer file from For...
Power Automate
Answered

Transfer file from Forms to a sharepoint list

(0) ShareShare
ReportReport
Posted on by
I'm having trouble inserting a file upload from Microsoft Forms into a shared list using Power Automate. This should work in conjunction with other data fields from forms in lists.
 
Thanks for your support
I have the same question (0)
  • wyattdave Profile Picture
    493 Moderator on at
     
    Still amazes me this isn't simple in Power Automate. The file is stored in SharePoint/OneDrive (depending on the form ownership), the form response includes it but its in a json object. You need to parse that to get the path which you can then use to get the content.

    This video explains it so much better than me lol https://youtu.be/oMBeCu8m86M
  • Verified answer
    Assisted by AI
    sannavajjala87 Profile Picture
    515 Super User 2026 Season 1 on at
    Hi,
     

    When a Microsoft Form includes File Upload, the file isn’t sent directly to Power Automate. Instead, Forms stores uploaded files in a special SharePoint folder, and your flow must retrieve the file from there before inserting it into your shared list. 

    How to Fix It (Working Process) 

    1. Trigger your flow 
    Use: When a new response is submitted  Get response details (Microsoft Forms). 

    2. Locate the uploaded file 
    In the response JSON, file upload fields return an array with metadata, including a file ID / link to the Forms upload folder. 

    3. Retrieve the actual file 
    Use the action: 
     Get file content using path (SharePoint) 
    Point it to: 
    /Shared Documents/Apps/Microsoft Forms/<Your Form Name>/Question/<Uploaded File> 
    (This is where Forms stores uploaded files.) 

    4. Create the file in your shared location 
    Use: 
     Create file (SharePoint or OneDrive for Business) 
    Map the retrieved file content to the new file. 

    5. Insert metadata into your SharePoint list 
    Use: 
     Create item (SharePoint) 
    Fill in the fields using the Form answers; if your list contains an attachment column, add the file using Add attachment. 

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard