I am trying to send a text message to several contacts at the same time and have followed video tutorial from Professor Wolver at https://www.youtube.com/watch?time_continue=9&v=KES6Ta3N1gU&feature=emb_logo though when I test the code instead of sending the message to all contacts at once it does it 1 by 1, is there anything I am missing or that is the way the code works? Here are my blocks.
Thank you very much for response, I am trying to make a Panic Button app and the idea behind is to send a Text message to a list of contacts ( family members, emergency services, insurance, etc) and in case of an emergency time is usually a rarity so sending these messages 1 by 1 is not practical, I am experimenting how to come around this, though so far my approach is not working, also when I try to send a text message to only one number I get an error since my Test phone from where I am sending the message displays the number within square brackets indicating that it cannot send such number. Any ideas how to solve this?
You cannot set the Texting1.PhoneNumber to a LIST.. To send an sms to a series of phone numbers you need to use a for each item in list or for each number in list block. and send each item (the phone Number) followed by the SendMessage individually.
Your original code Blocks should work to send one text message after another. (You have to send as many text messages as you have items in the List. The sms will not go out as an sms to all numbers simultaneously).