drpx
Member
- Your Task History ID
- IjU3NjYwNTZmMDYzMjA0M2M1MjZkNTUzNDUxMzYi_pc
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!
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!