Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The problem is probably not having supplied an application token.
you can test that by commenting out or temporarily removing that whole JavaScript block and just replacing it with
$URL
That will run the URL formula and expose the error message
If that is the problem, you can read the help on Application Tockens and decide if you want to use them.
If you don't, you can disable their need in Settings, for the Application, and App Properties.
Else the formula will need adjusting to add a line just before the semicolon
& "apptoken=xxxxxxxxxxxx";
you can test that by commenting out or temporarily removing that whole JavaScript block and just replacing it with
$URL
That will run the URL formula and expose the error message
If that is the problem, you can read the help on Application Tockens and decide if you want to use them.
If you don't, you can disable their need in Settings, for the Application, and App Properties.
Else the formula will need adjusting to add a line just before the semicolon
& "apptoken=xxxxxxxxxxxx";