how to concatenate values received from the iterator?

Status: Open · Asked by drpx on · 0 views

drpx — Question ·

hi! im fetching an api that returns me a list of guests currently in_house

after that, i'm using the iterator to go thru every guest and get some information, after that, i'd like to send a message with all infos to my own whatsapp

since i'm using iterator, it sends 1 message for each guest found in the in_house api

how can i create a message (by creating i mean concatenating every value) so i'll send 1 message only with all infos?

thanks!

Arshil Ahmad — Reply ·

Hi @drpx,

Please try using a Line Itemizer instead of the Iterator action step, as it will help you convert JSON into comma-separated values.

youtube.com/watch?v=GqaiQO_ekUQ

Back to all forum threads · Log in to reply