WhatsApp action help

Hello there,

Iโ€™m trying to add a WhatsApp action to my Client database. I am using the go to an external website action using the following link:

โ€œShare on WhatsAppโ€

However, when I click on the action, it does work but instead of the phone number listed in the client column, I get [cellphone].

Iโ€™d appreciate any help.

Solved Solved
0 2 173
1 ACCEPTED SOLUTION

2 REPLIES 2

Hi @casitasrd

Try this:

CONCATENATE(
"Share on WhatsApp IN HERE,โ€œ&text=โ€,
ENCODEURL(
CONCATENATE(
"You can put a message in hereโ€œ,
[COLUMN],
)
)
)

I hope it helps you.

Top Labels in this Space