Action button to sent row detail with Link of the row in what's app

G_S
Bronze 3
Bronze 3

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 Solved
0 10 672
1 ACCEPTED 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.

View solution in original post

10 REPLIES 10
Top Labels in this Space