Hi, I would like to send a Whatsapp message to a list of phone numbers that I select in a Gallery. My problem is that, using the ForAll function in the button, it only takes the last selected record in the gallery. Do you have any suggestions for me? Where am I wrong? Thanks in advance. I attach the screenshots
This is the script for the creation collet
ClearCollect(mess999;ForAll(Filter(Gallery1.AllItems;clientesel.Value= true );Cellularesel.Text))
and this is for the launch message
ForAll(mess999;Launch("https://wa.me/"&Value))
OK - I can see the issue and have answered this one a couple of times recently.
You simply cannot launch multiple URLs in the one code as each replaces the one before and you end up with only the last one (as you have). I have even tried timers and this does not work either. You will either have to do them one at a time or look at launching them from Power Automate.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Giovanni1 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi, unfortunately I can't play using Power automate
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
199 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
86 | |
71 | |
70 | |
66 |