Forum Discussion
Manohar,
I suggest that you the the Settings for the application, and Advanced settings and then disable the need for Application Tokens.
If you're asking for help with a formula from this community it's very important to copy and paste your exact formula into the discussion so we can see exactly what you have.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Hi Mike,
The app token is functioning correctly within the same table and another table, but I receive an error when attempting to use it with the formula below
Thanks,
Manohar
------------------------------
manohar vankireddy
------------------------------
- MarkShnier__You3 years ago
Qrew Legend
Please post your actual code. Which is not working. Perhaps you have a space in front of the application token string.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- manoharvankired3 years agoQrew Trainee
Hi Mark,
I'm Using below code
If(IsNull([Start Date Time]),URLRoot() & "db/" & [_DBID_SITES_PIPELINE] & "?act=API_EditRecord&apptoken=apptoken&rid=" & [Record ID#] & "&_fid_10=" & Now() & "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_SITES_PIPELINE] & "?act=dr&rid=" & [Record ID#]) )
Thanks,
Manohar
------------------------------
manohar vankireddy
------------------------------- MarkShnier__You3 years ago
Qrew Legend
Is that your actual code or have you supplied a valid application token?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------