<<_ROW_WEB_LINK>> to specific View from Data Slices

Hi,

how to generate <<_ROW_WEB_LINK>> to specific View from Data Slices?

 

Solved Solved
0 6 184
2 ACCEPTED SOLUTIONS

In your case, try the following in the email body...

<<CONCATENATE(

"https://www.appsheet.com/start/7f5bbda3-0614-427d-a5bd-0df27af74071#appName=AssetOpname-2147180&group=%5B%5D&row=", 

[Enter your tables key column here],

"&sort=%5B%5D&table=BAST&view=BAST_Detail")>>

See this documentation for using expressions and column values in your email.

View solution in original post

<a href=<<CONCATENATE(..............)>>>text you want to display</a>

View solution in original post

6 REPLIES 6

here my sample of my specific link 

https://www.appsheet.com/start/7f5bbda3-0614-427d-a5bd-0df27af74071#appName=AssetOpname-2147180&group=%5B%5D&row=86da10c0&sort=%5B%5D&table=BAST&view=BAST_Detail

how to achieve this, the expressions in body email, where it click using hyperlink it could redirect to specific view

In your case, try the following in the email body...

<<CONCATENATE(

"https://www.appsheet.com/start/7f5bbda3-0614-427d-a5bd-0df27af74071#appName=AssetOpname-2147180&group=%5B%5D&row=", 

[Enter your tables key column here],

"&sort=%5B%5D&table=BAST&view=BAST_Detail")>>

See this documentation for using expressions and column values in your email.

Perfect, how to put it in hyperlink? i want to sort it by using words "click here"

<a href=<<CONCATENATE(..............)>>>text you want to display</a>

thanks @TeeSee1 it works, it should be two solutions in a thread 🙏

Top Labels in this Space