- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 06:33 AM
Good morning developers,
I have a quick question about Flow Designer. I created a Catalog Item that once the user clicks submit, the Parent Record is created, along with two child tasks that are going to two different departments. My problem is that if a user attaches multiple attachments to the Parent Record, the Copy Attachment in Flow Designer only copies the first attachment to the child tasks but not all the attachments. Is there a way to get the get the Copy Attachment to copy all of the attachments from the Parent Record to the child tasks?
Thanks in advance,
cnharris
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 06:38 AM
Hi Cnharris,
You have to look attachment in trigger record and then look up on attachment to fetch those. You can refer this which will help you - https://community.servicenow.com/community?id=community_question&sys_id=2a5c086adb9a4c105129a851ca96...
Kindly mark my response correct and helpful if my suggestion resolved your query,
Thanks
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 06:48 AM
Hi,
please refer below links; they may help you
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 11:50 AM
Thanks Ankur! Those links were very helpful! I was finally able to figure out how to copy all of the attachments down to the child records!