JimHarrison
7 years agoQrew Champion
Expecting a text but found number"" URL Encode()
This URL Formula shows an alert triangle on the left and displays Column: 89 > "Expecting a text but found number".
URLRoot() & "db/" & [_DBID_SITE_WALKS] & "?a=API_GenAddRecordForm&_fid_21=" & URLEncode ([Record ID#])& "&_fid_11="& URLEncode ([Related Job # Log])& "&dfid=10"& "&z=" & Rurl()
Column 89 is the start of "URLEncode ([Record ID#])" and [Record ID#] is underlined.
It seems like URLEncode is not working like it once did. Removing URLEncode appears to make the formula checker happy.
Is this a defect of the formula checker or can we remove the URLEncode function? Both appear to work as expected but I haven't tested extensively.
Thoughts?
URLRoot() & "db/" & [_DBID_SITE_WALKS] & "?a=API_GenAddRecordForm&_fid_21=" & URLEncode ([Record ID#])& "&_fid_11="& URLEncode ([Related Job # Log])& "&dfid=10"& "&z=" & Rurl()
Column 89 is the start of "URLEncode ([Record ID#])" and [Record ID#] is underlined.
It seems like URLEncode is not working like it once did. Removing URLEncode appears to make the formula checker happy.
Is this a defect of the formula checker or can we remove the URLEncode function? Both appear to work as expected but I haven't tested extensively.
Thoughts?