Whatsapp action not working

Hi is anyone else having issues with a WhatsApp Deep Link action?

 

My action was working previously but now I am getting an error on the WhatsApp page when trying to access it

 

We couldn't find the page you were looking for

Looks like you're looking for a page that doesn't exist. Or a page we might have just deleted. Either way, go back or be sure to check the url, your spelling and try again.

This was the expression I have been using and it has been working for sometime but when I ran it today it did not work

"concatenate(
"https://wa.me/",
"?text=",
EncodeURL(concatenate("Please check out the Marketing request below,"," ",
"https://www.appsheet.com/start/3c0f6f8a-1b7d-4f44-af69-0e9203f68a27",

LINKTOFILTEREDVIEW("Waiting for Preapproval", ([WIP_ID] = [_THISROW].[WIP_ID])))))"

 

 

0 2 94
2 REPLIES 2

Hello, your whatsapp link does not specify a phone number as far as I can tell, I don't think it can work without one.

BTW you should encode your URL

ENCODEURL() | AppSheet Help Center

Top Labels in this Space