Hi everyone!
This is nor necessarily an Appsheet problem, but I want to know if someone can help me with this.
I have an app which can open Whatsapp messages usng an “open URL” action button. It also pre-fills the message with text from the Appsheet. Here is the expression used to make the link:
CONCATENATE(“https://wa.me/1”,[Cell Phone],“?text=”,ENCODEURL(Current User[Message Text]))
this works perfectly on Android phones, but on iOs devices it shows up as “link cannot be opened”. I carefully read WhatsApp’s documentation for URL links, but I don’t see any problem with the link.
https://faq.whatsapp.com/425247423114725/?cms_platform=iphone
https://faq.whatsapp.com/5913398998672934
On android it works fine. Can anyone see what I’m doing wrong?
Thanks!