Is there a way to use the filterByFormula URL parameter to retrieve rows based on the value of a link column? I can look up text and numeric values, but it looks like link columns are an array. I’ve tried:
AND(Column_Name=[recordID])
AND(Column_Name="[recordID]")
AND(Column_Name=’[recordID]’)
and nothing seems to work. Any help would be greatly appreciated.
