cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

Upload file to SharePoint document folder via form

Hi All

I'm (Very) new to Power Automate and whilst I can use a form to attach a file to a SharePoint List and complete all the relevant column fields, I cannot find a way to do this for a SharePoint folder (Documents not list).  Can someone point me in the right direction please?

2 ACCEPTED SOLUTIONS

Accepted Solutions

Hi @Lockjack ,

Instead of using "Get File Content", "Get File Metadata using path" has been utilized.
Please review the previous screenshots and make the necessary corrections as indicated in the following snapshot.


SVenkadesh_0-1688665239302.png

I hope this information is helpful. If it is, please consider giving a thumbs up.

 

Best regards,

Venkadesh Sundaramurthy

View solution in original post

20 REPLIES 20

I'm guessing by the lack of responses that this is not possible?

As a workaround, I'm able to copy the file to a Document folder, but I still cannot find a method to copy the column information (Meta-data), is this possible?

Hi @Lockjack,

It is possible to upload a file using MS Form and then add it as an attachment to a SharePoint List or upload it to a SharePoint Library.

Follow the steps below to add file as attachment:

SVenkadesh_0-1688381230969.png

 

SVenkadesh_1-1688381298408.png

Please consider giving it a thumbs up!

Click "Accept as Solution", if your problem has been resolved.

 

Regards,

Venkadesh

thank you for your response. I can upload the file from the form, it is updating the columns which I cannot update.  maybe I'm missing something but I cannot see from your images where the column data would be transferred over to the documents folder e.g. The documents folder has multiple columns all requiring data from the form.  I can do this if I upload to a SharePoint list from the form, but don't seem to be able to do this for a SharePoint Document folder?  hope that made sense thx.

Hi @Lockjack,

In the sample flow that I explained earlier, the purpose was to add an attachment to an SPList.

Action: "Get Response Details" is used to fetch the inputs from MSForm.

Action: "Create Item" is used to create an List Item with required columns

To provide further assistance, could you please clarify if you want to:

Add an attachment with metadata to a SharePoint List?
or

Upload a file with metadata to a SharePoint Document Library?
Please let me know so that I can guide you accordingly.

Regards,

Venkadesh

Thanks again for your response. Apologies if I haven't made myself clear.  As mentioned I have succesfully managed to get responses from a form to populate all the columns in a Showpad List, and attach the file.  However, for the purpose i need this to work on SharePoint Document folder.  I have all the same column headings as my per my Sharepoint list (and form).  I can attach the file, but can not find no way of populating all the columns.

Hi @Lockjack ,

you can follow the steps below, If you want to update the metadata of a SharePoint folder, 

  1. Retrieve the unique identifier (ID) of the folder you want to update.

  2. Use the "Update file properties" action. (It works for folder as well)

 

Regards,

Venkadesh

 

@S-Venkadesh Thank you so much for your assistance.  I could not work out how to do this via Forms. so decided to try a different approach. in that, I uploaded the attachment to SharePoint list then I created a flow that would be applied when a condition is met. I can copy the file over to the Documents folder with no problem.  But when I add the "update file properties" to flow, I get an error "bad request" - "An action failed. No dependent actions succeeded." and the error occurs in create file section.  Despite this, the file is copied over.  but because of the error, it does not proceed to the update files properties and therefore the columns are not completed.  Attached is my flow. hope you are able to assist me and thanks again for all your assistance.

Hi @Lockjack,

Based on the screenshot provided, it appears that the flow encountered an error during file creation but you've mentioned like error occurred on "update file properties".

To assist you further, please provide more details or an additional screenshot related to the specific error encountered. This will help in identifying the issue and providing a more accurate solution or guidance.

Regards,

S-Venkadesh

Hi, the error occurred at "Create files" although this works if i don't add the update file properties. not sure what else I can share as the error message is shown on the first slide.

 

here is the download code if that helps.

{"statusCode":400,"headers":{"Vary":"Origin","X-NetworkStatistics":"0,525568,0,0,1592,0,48499","X-SharePointHealthScore":"0","X-MS-SPConnector":"1","X-SP-SERVERSTATE":"ReadOnly=0","DATASERVICEVERSION":"3.0","SPClientServiceRequestDuration":"59","SPRequestDuration":"59","X-DataBoundary":"NONE","X-1DSCollectorUrl":"https://mobile.events.data.microsoft.com/OneCollector/1.0/","X-AriaCollectorURL":"https://browser.pipe.aria.microsoft.com/Collector/3.0/","SPRequestGuid":"026e1125-17b7-470f-966f-4a5786b2a72c","request-id":"026e1125-17b7-470f-966f-4a5786b2a72c","MS-CV":"JRFuArcXD0eWb0pXhrKnLA.0","Strict-Transport-Security":"max-age=31536000","X-FRAME-OPTIONS":"SAMEORIGIN","Content-Security-Policy":"frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.teams.microsoft.us local.teams.office.com teams.microsoftonline.cn *.powerapps.com *.yammer.com *.officeapps.live.com *.office.com *.stream.azure-test.net *.microsoftstream.com *.dynamics.com *.microsoft.com onedrive.live.com *.onedrive.live.com securebroker.sharepointonline.com;","MicrosoftSharePointTeamServices":"16.0.0.23821","X-Content-Type-Options":"nosniff","X-MS-InvokeApp":"1; RequireReadOnly","Timing-Allow-Origin":"*","x-ms-apihub-cached-response":"true","x-ms-apihub-obo":"false","Cache-Control":"max-age=0, private","Date":"Tue, 04 Jul 2023 13:40:34 GMT","P3P":"CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\"","X-AspNet-Version":"4.0.30319","X-Powered-By":"ASP.NET","Content-Length":"352","Content-Type":"application/json","Expires":"Mon, 19 Jun 2023 13:40:35 GMT","Last-Modified":"Tue, 04 Jul 2023 13:40:35 GMT"},"body":{"status":400,"message":"A file with the name Shared Documents/General/Showpad Asset Folder/boot rack image.jpg already exists. It was last modified by i:0#.f|membership|gordon_jackson@goodyea on 04 Jul 2023 06:37:11 -0700.\r\nclientRequestId: 026e1125-17b7-470f-966f-4a5786b2a72c\r\nserviceRequestId: 026e1125-17b7-470f-966f-4a5786b2a72c"}}

Hi @Lockjack

Try the solution as described in the article -https://sharepointstuff.com/2022/04/20/overwrite-files-using-create-file-action

Regards,

S-Venkadesh

Hi, 

 

User this - 

1. Create a new Flow. Select 'When a new response is submitted' from Forms as the trigger. Choose the correct Form Id.

2. Add the 'Get response details' action from Forms. Choose the correct Form Id and the Response Id from the Dynamic content.

3. Now, add 'Create file' action from SharePoint. Provide the Site Address and Folder Path where you want to store the file. For the File Name, select the file name from the Dynamic content of the 'Get response details' action. In the File Content, choose the file content from the same.

4. Now, if you want to update additional properties for the file, add an 'Update file properties' action from SharePoint.

5. Provide the Site Address, Library Name and Id from the Dynamic content. Add additional properties as needed. Fill out the properties using data from the 'Get response details' action.

6. Save your Flow.

You can now submit a new response on your form with a file, and the file will be saved to the specified SharePoint document folder with all the relevant properties. Please replace placeholders like Site Address, Library Name etc. with actual values as per your setup.

 

Please give kudos and mark as solution if this helps. 

 

Thanks, 

Sandeep 

 

you are an absolute star thank you. All works and very happy with your correspondence. thanks for your help

Please give kudos as well 🙂

 

@S-Venkadesh  Not sure why but my original flow is working perfectly, apart from I get an error when trying to open the attachments, basically they appear to be corrupted in some way.  They upload fine but no matter what file type I use they will not open (pdf says "Failed to upload PDF", PPPT tries to open in Desktop App but fails saying need to be repaired, but that doesn't work either.  Attached is my flow, so hopefully you can see why this is happening. Thanks. 

Hi @Lockjack , As issue is related to attachment, it would be helpful if you could provide some details along with screenshots on how you are obtaining the file content from the form and adding an item with the attachment. This will enable us to better understand and pinpoint the cause of the issue.

 

Regards,

Venkadesh

Thanks for getting back so quickly. This is just the normal upload file which comes as a function within Forms (see image).  FYI: I can open the attachments from the OneDrive where these are stored as part of the Forms (App/Microsoft/blah/blah) but they will not open when these are sent/attached to the SharePoint List.  

Hi @Lockjack , could you please attach a screenshot of the Flow logic where you attach the document content to the SharePoint List item?

 

Regards,

Venkadesh

This is all sown in the attachment. hope you can help

Hi @Lockjack ,

Instead of using "Get File Content", "Get File Metadata using path" has been utilized.
Please review the previous screenshots and make the necessary corrections as indicated in the following snapshot.


SVenkadesh_0-1688665239302.png

I hope this information is helpful. If it is, please consider giving a thumbs up.

 

Best regards,

Venkadesh Sundaramurthy

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages