Hello there! I am asking for advice on how to resolve my issue.
I am currently making a List of SMS recipients and I am using Custom States here. So basically, I add data from my RG to my Custom State List. When I trigger a button, an API will send SMS to all recipients in that Custom States.
I get the recipients correct, as it sends 1 SMS message for each of the recipients in my Custom State List. However, when it comes to name, it appears that each SMS that is sent, consolidates all the names in the same SMS. For example, an SMS is meant for Bob, and Joe, so 1 SMS is sent for Bob and another one for Joe, however, the body of the SMS show’s the name Bob and Joe, instead of Bob for the SMS intended for him, and Joe for the SMS intended only for him too.
I want to personalize my SMS body to include Bob’s name in the SMS for him, as well as Joe’s name for the SMS intended for him only. My option here is Parent Group, but that expression consolidates both their names.