Help with Sending a Single Message with all variables from an API to telegram

Hello everyone,

I’m currently working on an automation in Make (formerly Integromat) where I use an Iterator to process ship data and send a message for each ship individually to Telegram. However, I would like to modify this setup so that instead of sending one message for each ship, a single message is sent containing the data of all ships.

Could someone please guide me on how to collect all the ship data during the iteration and then send it in a single Telegram message at the end of the process?

I’m familiar with how the Iterator works, but I’m not sure how to accumulate all the data into one message before sending it.

Thank you in advance for your help!

API: https://api.apify.com/v2/acts/apify~web-scraper/runs/last/dataset/items?token=apify_api_GLLxSBz88Ma90tPNBLUU5a4bosQzt81Ovvig

blueprint.json (13.3 KB)