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

Copy SharePoint Lists attachments to a SharePoint Library

Hi,

 

I'm new to Flow and have just started to look at what it can do for me in my Job,

 

I'm looking for an option to take a SharePoint List attachment and move / copy it into a SharePoint Document Library.

 

Can this be done in Flow?

 

If anyone has any how to's that would be really helpful.

 

Thank you

Claire

 

1 ACCEPTED SOLUTION

Accepted Solutions
v-yuazh-msft
Community Support
Community Support

Hi @ ClaireAllen,

Do you want to copy attachments of the item to SharePoint library when a new item is created ?

Or do you want to copy attachments of all items in SharePoint list to SharePoint library?

 

I have made a test on my side,  If you want to copy attachments of the item to SharePoint library when a new item is created. please refer to steps below to create the flow to copy the attachments from a sharepoint list to SharePoint Document Library :

1.    Add a trigger “When an item is created” of sharepoint connector, fill in the “Site Address” and “List Name” field.

2.    Add action “Get attachments”, fill in the the “Site Address” and “List Name” field, choose the “ID” dynamic content of the trigger in the “Id” field.

3.    Add an “Apply to each”, choose the “Body” dynamic content of the “Get attachments” in the input field.

4.    Add action “Get attachment content” inside the “Apply to each”, fill in the “Site Address” and “List Name” field, choose the “ID” dynamic content of the trigger in the “Id” field, choose the “Id” dynamic content of the “Get attachments”  in the “File Identifier” field.

5.    Add action “Create file” under the “Get attachment content”, choose the “Site Address” and “Folder Path” field, choose the “DisplayName” dynamic content of “Get attachments” in the “File Name” field, choose the “Attachment content” dynamic content of “Get attachment content” in the “File content” field.  

1.png

When I create an item with attachments in the list as below: 

2.png

the flow would run successfully as below: 

3.png

The attachment would be created in the document as delow:

 4.png

If you want to copy attachments of all items in SharePoint list to SharePoint library, You could modify the trigger to “Manually trigger a flow”, and add action “Get items” of Sharepoint connector ,and then copy all attachments in the list to SharePoint library.

 

Regards,
Alice Zhang

View solution in original post

28 REPLIES 28
v-yuazh-msft
Community Support
Community Support

Hi @ ClaireAllen,

Do you want to copy attachments of the item to SharePoint library when a new item is created ?

Or do you want to copy attachments of all items in SharePoint list to SharePoint library?

 

I have made a test on my side,  If you want to copy attachments of the item to SharePoint library when a new item is created. please refer to steps below to create the flow to copy the attachments from a sharepoint list to SharePoint Document Library :

1.    Add a trigger “When an item is created” of sharepoint connector, fill in the “Site Address” and “List Name” field.

2.    Add action “Get attachments”, fill in the the “Site Address” and “List Name” field, choose the “ID” dynamic content of the trigger in the “Id” field.

3.    Add an “Apply to each”, choose the “Body” dynamic content of the “Get attachments” in the input field.

4.    Add action “Get attachment content” inside the “Apply to each”, fill in the “Site Address” and “List Name” field, choose the “ID” dynamic content of the trigger in the “Id” field, choose the “Id” dynamic content of the “Get attachments”  in the “File Identifier” field.

5.    Add action “Create file” under the “Get attachment content”, choose the “Site Address” and “Folder Path” field, choose the “DisplayName” dynamic content of “Get attachments” in the “File Name” field, choose the “Attachment content” dynamic content of “Get attachment content” in the “File content” field.  

1.png

When I create an item with attachments in the list as below: 

2.png

the flow would run successfully as below: 

3.png

The attachment would be created in the document as delow:

 4.png

If you want to copy attachments of all items in SharePoint list to SharePoint library, You could modify the trigger to “Manually trigger a flow”, and add action “Get items” of Sharepoint connector ,and then copy all attachments in the list to SharePoint library.

 

Regards,
Alice Zhang

Hi @v-yuazh-msft

 

Thank you for the reply, 

 

I followed the steps below and the flow ran, it was great.

 

I have created a SP List and I want to take the attachments from that item and copy them into a SP Library

 

I know you have explained below what I need to do, but I'm not 100% sure on which trigger I need to adjust, are you able to send me details?

 

I really appreciate your help, and when the flow ran, it was a relieft I feel that I am actually getting somewhere

 

Kind regards

Clire

Hi,

 

I have been looking at the flow, and have made some adjustments, I think I chose the wrong destintation path.

 

I've tried again and have started to get documents into my Library, but for some reason, if I select more than one only 1 file has been uploaded, the other two have not loaded.

 

And it only seems to be uploading PDF files and nothing else.

 

Any sugesstions please?

 

Kind regards

Claire 

Sorry, another post

 

I have managed to get a word document in, and tested it and uploaded the same document with the same name and the version has changed which is great.

 

The only thing currently is that I am not able to get more than one document in at one time.

 

But i think this flow is great.

 

Regards

 

Claire

Hello @v-yuazh-msft

 

In relation to the flow that you have done getting attachments from a list and moving to a SharePoint Library, which I would like to add is working really well.

 

Question.  Have you ever done one where you move the Metadata as well?

 

Thank you

Claire

Hi @v-yuazh-msft,

I used your flow and it works pretty well. However, whenever I attach a file over 1MB, the flow resolves ("successfully") without moving the file and metadata to the library. It seems that flow is registering the "Body" of the attachment as empty (e.g. []). I posted about this issue at the link below, with screenshots.

https://powerusers.microsoft.com/t5/Building-Flows/Attachment-Body-of-SharePoint-List-is-registering...

 

Any suggestions?

 

Thank you!

Excellent article! I was able to move the list attachments to a doc library, however, I am looking the attachments in a folder/doc set in the doc library. I tried the solution from this link(http://www.sharepointing.co.uk/2018/01/15/copy-sharepoint-list-attachments-to-document-library/) but could not figure out a way to compose action for folder path and 'creating folder by creating the text file' action as mentioned in this article.

 

2. Once the doc is moved to the folder, I'd like to put the link to the folder on the list item form.

 

Please let me know if you have any suggestions here?

 

Thanks

 

 

I was able to figure this out. In the 'create file' step use the folder path string in this format: /[library name]/[FolderName]

 

[Library Name] is the name of the library where you want to create the folder

[FolderName]- This is the name of the folder, you can pick any property from the list metadata based on your requirements. In my case am using the Company ame field from the list item. Screen shot attached.

 

 CopyListItemToFolderInLibrary.png

julilis
Advocate I
Advocate I

Hi all,

 

I am wondering if it is possible to create a link between the SharePoint list and the SharePoint library, because in this steps above we are only dealing with the copying of the files. When I tried to edit the file in Word (online) - SharePoint library, it did not change in the version in the Sharepoint List.

 

Thank you,

Juli

Hi Julie,

Have you considered adding a collumn to the sharepoint list that contains the link to your document library? That would allow you to link your list items to a corresponding document library file, which would then update as it was edited.

Cheers,
Sam

Hi samstarzy,

 

Thank you so much for your answer.
 
I'm not sure if this will work, I'm working with PowerApps and the SharePoint list. My idea is to create a link between the Sharepoint List and the SharePoint Library to upload the files in Microsoft Teams.
 
Thanks,
Juli

@samstarzy wrote:

Hi Julie,

Have you considered adding a collumn to the sharepoint list that contains the link to your document library? That would allow you to link your list items to a corresponding document library file, which would then update as it was edited.

Cheers,
Sam



Hi @v-yuazh-msft 
Thanks for sharing this Flow. Its worked great for me.

Though it is not saving the attachment as PDF into the created file


Any idea why?

Hello
Is it possible to create a folder by ID and save the attachments inside?


for each ID I have about 10 files

 

What do you think? Thanks


@javierz wrote:

Hello
Is it possible to create a folder by ID and save the attachments inside?


for each ID I have about 10 files

 

What do you think? Thanks


Annotation 2019-08-16 010713.png
Create a step in data operations and select Compose as Action. give your folder path in SharePoint site. add ID and name after "/" . it wil create folder "ID - Item Name".

while creating files in library, give folder path as output from Compose action.

Hi,

 

I've been trying to create a flow for this purpose, but I'm getting an error message with status code 400: 

 

<m:code>-2147024809, System.ArgumentException</m:code>
<m:message xml:lang="en-US">
Item does not exist. It may have been deleted by another user.
</m:message>
</m:error>
 
Any idea what might be an issue here?
 
Any input would be much appreciated.
Audrie-MSFT
Copilot Studio
Copilot Studio

I created this video to clarify dependencies on this question, although it's not the exact scenario it should help you understand how to get file content from attachments. Please let me know if it is helpful.

 

https://www.youtube.com/watch?v=QoBKDJD0uZo

 

Thank you for your patience,

Audrie

Hi 

 

thanks for the solution, works perfectly and also creates sub-folder.

 

This also will be simple by modifying the single item solution: copy attachments of all items in SharePoint list to SharePoint library.

 

I have 1 question , Did you try to add other fields from item to the library against each attachment Eg: user name / item ID 

Hi @v-yuazh-msft, is it possible to copy each attachment into different folders?

Is it possible to add a condition to this flow that only sends specific attachments dependent on the content in a separate column? For example, I have a list that includes attachments containing content that has to go through a clearance process. My list includes a "Status" column that has choices: "Cleared," "Submitted/Waiting," "Clearance Denied." I want the flow to get attachments that have been marked "Cleared" in the "Status" column and send to a separate document library of cleared content. 

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

Users online (861)