Hello,
I never found a solution then I ask here if there is a solution.
On Sharepoint list:
1. When an item is created or modified
2. Get attachments (from other list or documents file folders)
3. Attach the attachment to the new item
Is there a way to do that?
Regards
Dezio
Solved! Go to Solution.
Yes there is!
But you will need the attachment/ file ID for that. Please refer to my flow below:
Note: this is if the attachment is to an item. for a file from the doucment library, you have to use the get file content action and provide with the parameters. So if the item in the other list has a value that can be put into the new list then you can use that to identify the item of the other list (use the get item action) and based on this identify the file (using the get attachments action) and then add the attachment to the newly created item. BTW, i would suggest using the When an item is created trigger or else this will become an infinite loop where the flow will keep triggering and the item will get modified. Makes sense?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Yes there is!
But you will need the attachment/ file ID for that. Please refer to my flow below:
Note: this is if the attachment is to an item. for a file from the doucment library, you have to use the get file content action and provide with the parameters. So if the item in the other list has a value that can be put into the new list then you can use that to identify the item of the other list (use the get item action) and based on this identify the file (using the get attachments action) and then add the attachment to the newly created item. BTW, i would suggest using the When an item is created trigger or else this will become an infinite loop where the flow will keep triggering and the item will get modified. Makes sense?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Great thank you!
I will create a new "parallel" flow to avoid loop.
Regards
Need your help please, trying to get a file that is saved as pdf within the sharepoint document library, and then linking it automatically to a share point list when a new item is created, so that when you click on the item in the list the docuemnt is viewed, or takes you via hyprlink to the docuemnt library, either way is good.
Please help find a solution
this solution is not working for me when I try to attach an excel file from a document library, can someone please post screen shots of that process?
thank you,
Brandi