Linktoapp problem

I want to create an action that links the user to another app but I keep getting a network error. I'm guessing that I have the App-ID wrong but can't figure out what my error is. The app I want to link to is called "Bert Car Data". when I use LinktoApp("Bert Car Data") I get a network error. Any ideas?

Solved Solved
0 9 303
1 ACCEPTED SOLUTION

LINKTOAPP("appsheet.com/template/AppDef?appName=BertCarData-2109576&appId=0ceba935-f8e0-4f13-a477-8d20c41867ff&quickStart=False#Settings.Information")

View solution in original post

9 REPLIES 9

Use the full value of the appname parameter from the app's URL--including the middle hyphen.

dbaum_0-1685404705130.png

 

I appreciate the answer but I'm still having trouble. Where can I find the URL you are referencing? 

Here is the expression that doesn't work...

LINKTOAPP("appsheet.com/template/AppDef?appName=BertCarData-2109576&appId=0ceba935-f8e0-4f13-a477-8d20c41867ff&quickStart=False#Settings.Information")

LINKTOAPP("appsheet.com/template/AppDef?appName=BertCarData-2109576&appId=0ceba935-f8e0-4f13-a477-8d20c41867ff&quickStart=False#Settings.Information")

You are awesome. Thanks!

@lizlynch, appname vs. appid should be clearer in articles like LINKTOAPP() - AppSheet Help.

@dbaum Just FYI, I did clarify this in the articles (awhile back -- sorry for not replying sooner). Thanks for the suggestion!

Good to know.

You probably need to search the whole Help site to identify lingering uses of app-id. For instance: the LINKTOAPP entry in the AppSheet function list - AppSheet Help

Top Labels in this Space