Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
When using this syntax, any error message are hidden.
To debug, you would comment out or remove the JavaScript refresh stuff and replace it with $URL
That will run the URL and expose any error messages.
But I will bet that your app has the need for Application Tokens enables.
So either go to sett8ngs for the app and app properties and uncheck app tokens or else create an app token and add that into the URL formula
& "&apptoken=chfhfghcggdstyujb"
To comment out a part of a formula put // at the beginning if the line.
To debug, you would comment out or remove the JavaScript refresh stuff and replace it with $URL
That will run the URL and expose any error messages.
But I will bet that your app has the need for Application Tokens enables.
So either go to sett8ngs for the app and app properties and uncheck app tokens or else create an app token and add that into the URL formula
& "&apptoken=chfhfghcggdstyujb"
To comment out a part of a formula put // at the beginning if the line.