Send multiple attachments through flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 05:34 AM
Hello,
I am working on Jira integrations and have a requirement to send multiple attachments in Jira when attached on a ticket in Servicenow. As of now, its able to extract all the required attachments to send through Look Up Records but sends only 1 through the for each loop. PFA.
Thanks for your help in advance!
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 01:11 PM
I assume you mean that it's only running the loop once? If so, I believe that loop is only running once because you have an End Subflow action in there. Have you tried removing that?