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 172
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