Prevent the appsheet editor launching in learning center

Hello

Is there anyway to stop the Appsheet editor from opening the learning centre when it first launches? I find it useful to jump straight to a specific view or table (via a saved link), but every time I launch the editor, it flips over to the learning centre. Can anything be done about this?

Many thanks

George

It sounds the option called “quickStart” in your URL link is set as True or it’s missing. If you have it something like this, it should turn it OFF..

https://www.appsheet.com/template/AppDef?appName=App-1234567&appId=YourOwnAppID&quickStart=Falsedata.Columns.ProjectDetails

Hi , Thanks for coming back

It seems to append &linkFrom=CopyApp#Home to my url

Eg . my original url with your ‘&quickStart=False’ suggestion

https://www.appsheet.com/Template/AppDef?appName=myappname&appId=myappid&quickStart=False&linkFrom=CopyApp#UX.FormatRules.myformatfule

Then it appends ‘&linkFrom=CopyApp#Home’ no matter what

So you end up with

https://www.appsheet.com/Template/AppDef?appName=myappname&appId=myappid&quickStart=False&linkFrom=CopyApp#UX.FormatRules.myformatfule&linkFrom=CopyApp#Home

And the editor always opens on the Learning center page

I’d say this has been happening for the past month.

Many thanks