Hi All,
I am looking for a FIND or SEARCH formula to use in a GET URL.
I need to lookup an ID, lets say "1234" and that ID is within a Multiple Select Option Column.
the column on the table is a lookup and has multiple ids all in a string. example: 1234, 3563, 235234, 1435
I am wanting to do the lookup to find the Record that the "ID" is within the multiple ids.
The formula i'm using now, is looking up a Single entry, not an entry within multiple.
What would my URL Formula Looklike?
Here is what i'm using now.api.airtable.com/v0/"APP"/"MYTABLE"?filterByFormula=FIND("ID",{Client+ID})&maxRecords=1&pageSize=90
Thanks