Forum Discussion
Jay_DDS_
9 years agoQrew Cadet
So, this is what I was able to come up with:
URLRoot() & "db/" & [_DBID_INTERPRETING_REQUESTS] & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken= daszufyd548iwsdg4qcshck5ve6b&_fid_118=Yes
But I'm getting this error:
Formula syntax error
Expected a valid expression after the "&"
URLRoot() & "db/" & [_DBID_INTERPRETING_REQUESTS] & "?a=API_EditRecord&rid="&[Record ID#]& "&apptoken= daszufyd548iwsdg4qcshck5ve6b&_fid_118=Yes
URLRoot() & "db/" & [_DBID_INTERPRETING_REQUESTS] & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken= daszufyd548iwsdg4qcshck5ve6b&_fid_118=Yes
But I'm getting this error:
Formula syntax error
Expected a valid expression after the "&"
URLRoot() & "db/" & [_DBID_INTERPRETING_REQUESTS] & "?a=API_EditRecord&rid="&[Record ID#]& "&apptoken= daszufyd548iwsdg4qcshck5ve6b&_fid_118=Yes
MCFNeil
9 years agoQrew Captain
Sometimes I accidentally get a space placed after the = sign and before the actual token, this can cause some errors.
apptoken= xxxxxx (bad)
apptoken=xxxxxx (good)
Just an idea
apptoken= xxxxxx (bad)
apptoken=xxxxxx (good)
Just an idea