Copy RITM attachments to Approval records using Flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021 02:56 AM
Hi,
How, we can copy RITM attachments to Approval records using Flow designer?
Thanks in Advance!
Regards,
Nagarjuna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021 03:21 AM
refer below links for help
Flow Designer- Copying HR task attachment on insertion(1 record ) to parent HR case
Unable to copy attachments using flow designer - recommended to check
Flow Designer: Copy Attachments Not Working response from Eric
Creating custom Action to copy attachments in flow - if you want to handle via custom action
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
05-20-2021 04:02 AM
Hi,
here is a working example of copying all attachments from incident_task to incident table
Remember to Save and Activate the flow
Name of flow is incorrect it should be INC Task to INC
Flow
Lookup Records on sys_attachment where Table Sys Id = Incident Task Record Sys Id
Lookup Record on Incident table where Sys Id = Incident Task -> Parent
Then use For each on the Lookup records to iterate over each attachment record
Then use OOB Copy Attachment Action and select the Attachment Record as the one for which the loop is running
Target record as the Incident Record
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader