Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Copy Attachment in Flow Designer

reza1921
Tera Contributor

Hi all,

I have a flow designer that has a task1 and another task2 that is triggered from it. See attached.

reza1921_1-1749603805177.png

 

 

A user will add an attachment in task 1 and once task 1 is closed it will then then trigger task 2. I want to copy the attachment from task1 to task2. 

 

How can I achieve that?

 

Thanks

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Chaitanya ILCR
Mega Patron

Hi @reza1921 ,

 

use the copy attachment action

 

use lookup records -> for each record -> copy attachment action

ChaitanyaILCR_0-1749605726634.png

ChaitanyaILCR_1-1749605775986.pngChaitanyaILCR_2-1749605840928.png

if you want to copy the attachments instantly as soon as the task is created

 on the second catalog task uncheck wait check box

ChaitanyaILCR_3-1749605914238.png

and add the wait for condition action after copy attachments logic

ChaitanyaILCR_4-1749605970910.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

View solution in original post

1 REPLY 1

Chaitanya ILCR
Mega Patron

Hi @reza1921 ,

 

use the copy attachment action

 

use lookup records -> for each record -> copy attachment action

ChaitanyaILCR_0-1749605726634.png

ChaitanyaILCR_1-1749605775986.pngChaitanyaILCR_2-1749605840928.png

if you want to copy the attachments instantly as soon as the task is created

 on the second catalog task uncheck wait check box

ChaitanyaILCR_3-1749605914238.png

and add the wait for condition action after copy attachments logic

ChaitanyaILCR_4-1749605970910.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya