If user click the action button ,
Whats app will open and the row details will be prefilled as shown in below image
I want the link, attached to that which user can click and view the row
Suggest any expression to achieve this.
Solved! Go to Solution.
Still in the works (I have other projects Iโm working on, all my time here is volunteered - plus it was New Years lol), but hereโs the formula that I used for the action to launch into WhatsApp
concatenate(
"https://wa.me/",
[Phone Number],
"?text=",
EncodeURL(concatenate(
[Output],"
", "https://www.appsheet.com/start/5bd75778-0f27-480a-bef7-83f849bd487d#appName=WhatsAppMessageLauncher-96620&group=%5B%5D&page=detail&row=",
[Key],
"&sort=%5B%5D&table=Messages&view=Message_Detail"
)))
Youโll need to modify the URL portions of things so they work right.
User | Count |
---|---|
18 | |
11 | |
7 | |
3 | |
2 |