Forum Discussion
JeffElliott
5 years agoQrew Member
var text url =
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=XXXXX" &
"&_fid_12=Completed" &
"&_fid_99=today()";
It's the last line....
------------------------------
Jeff Elliott
------------------------------
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=XXXXX" &
"&_fid_12=Completed" &
"&_fid_99=today()";
It's the last line....
------------------------------
Jeff Elliott
------------------------------
BlakeHarrison
5 years agoQrew Captain
Try this:
"&_fid_99=" & URLEncode(Today())"
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quickbase Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
"&_fid_99=" & URLEncode(Today())"
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quickbase Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------