I have an application where I want to send an SMS notification to a group of users based on a search criteria. Using ClickSend when I enter a single user cell # the txt goes out fine but I haven’t found a way to join together a string of users like you can in the email world (delimited with “;” or “,”) that is the result of a search for and join with. Any insights or alternate approach would be appreciated.
With the help of Serghei at ZeroCode the ClickSend functionality can only SMS to 1 number at a time and he suggested using the ForEach functionality in the Ultimate Toolkit. Worked perfectly!