- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 10:13 PM
Hello!
I have managed to copy the attachment to the send email action but in the case when there is more than one attachment on the RITM the flow only copies the first attachment.
Is there a way to copy all the attachments?
I tried to use the For each item in the attachment list action to look up the attachment list and copy the attachments but I only receive the first attachment duplicated X times.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:34 AM
Okay I see.
In the Look Up Attachment step, You're using the output Attachment Sys ID which only store the sys_id of the first attachment.
The output should be used is the Attachment List one, it's an array contains elements as object type. So it might be difficult to work this out.
Let's try the simple approach below with just one query, use the Look Up Records instead.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:15 AM
Hey @Stergios Stergi
You're using the Look Up Record action. Let's replace by the Look Up Records one. 😋
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 02:34 AM
Okay I see.
In the Look Up Attachment step, You're using the output Attachment Sys ID which only store the sys_id of the first attachment.
The output should be used is the Attachment List one, it's an array contains elements as object type. So it might be difficult to work this out.
Let's try the simple approach below with just one query, use the Look Up Records instead.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:13 AM
Hello @Tai Vu !
Thanx again for the reply!
I tried your approach but I came across an issue.
When I try to pick the pill for the attachment record on the For Each Item in action, I get grayed out options.
In your example what was the pill / list you used in that step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:15 AM
Hey @Stergios Stergi
You're using the Look Up Record action. Let's replace by the Look Up Records one. 😋
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 09:48 PM
Hello @Tai Vu !
Thank you so much for helping me with this task!
Everything seems to work as I wanted!
Cheers!