Hi all,
I’m working on an automation that sends information to Discord when a new Instagram post is made. Part of that information is all of the media included in the Instagram post.
In order to send all of the Children Media URL’s via a Discord message, you need to break them up if you have multiple photos/ videos (carousel) in your post because it quickly surpasses Discords character limit per message (2000 characters).
I added Formatter by Zapier as my second step (Transform: Split Text, Input: Instagram’s Children Media Url, Separator: “,”, Segment Index: All).
When I test it, it correctly takes the long list of Children Media URL’s and splits them into separate outputs which shows as follows:

I don’t know how to use these individual Outputs to send as separate messages...

When I try to get Copilot to auto-generate these for me, it gives me this, which don’t send the outputs to Discord when testing:

I’m completely lost. Any and all help would be appreciated!