GeorgeBramhall2
6 years agoQrew Cadet
Error from URL Formula
What have I done wrong (I suck at these)?
I have created this formula:
var text URLONE = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [Record ID#] &
"&_fid_8=" & Today() &
"&_fid_9="& URLEncode("RECEIVED");
$URLONE
And I am getting this error:
------------------------------
George Bramhall
------------------------------
I have created this formula:
var text URLONE = URLRoot() & "db/" & Dbid()
& "?act=API_EditRecord&rid=" & [Record ID#] &
"&_fid_8=" & Today() &
"&_fid_9="& URLEncode("RECEIVED");
$URLONE
And I am getting this error:
<qdbapi>
<action>API_EditRecord</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<rid>1</rid>
<num_fields_changed>0</num_fields_changed>
<update_id>1578420560656</update_id>
</qdbapi>
------------------------------
George Bramhall
------------------------------