Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
This works
"https://yqc.quickbase.com/db/xxxxxxxxxx?act=API_SetDBvar";
& "&varname=" & URLEncode("Test Application Variables")
& "&value=" & URLEncode([some text])
where xxxxxx is the application level (Home) application ID
"https://yqc.quickbase.com/db/xxxxxxxxxx?act=API_SetDBvar";
& "&varname=" & URLEncode("Test Application Variables")
& "&value=" & URLEncode([some text])
where xxxxxx is the application level (Home) application ID