Open another app with search bar prefilled

Hi all,

I'm trying to open another app with the search bar prefilled. In First I followed this post :

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Opening-a-link-in-a-new-window/m-p/327053

It's working quite well but then I tried to add the search part like this : 

concatenate(
"https://www.appsheet.com/start/",
ENCODEURL("APP_ID"),
"#view=",
ENCODEURL("Table"),
"&row=",
ENCODEURL([_THISROW]),
"&search=",
ENCODEURL("Test")
)

It's working beacause when it is opened I see the filtered table but right after it opened, the window is refreshing itself and it totally change the url. The search part do not remain.

In the hope someone can help me.

Solved Solved
0 1 221
1 ACCEPTED SOLUTION

Finally I find the solution by myself, I just used the url that was made avec the refresh and I adapted it.

View solution in original post

1 REPLY 1

Finally I find the solution by myself, I just used the url that was made avec the refresh and I adapted it.

Top Labels in this Space