I’m giving up getting airtable search record working
I need help
In my scenrio, I’m trying to upload a file attachment received on Gmail to an airtable record
This goes through saving the file on google drive to get a proper URL needed on airtable update record.
The file name matches the primary key of my airtable base. The colomn name is “FPS”
But I’m not able to retrieve the record id
I tried several formula in my attempts. All of them brought a 422 error
FIND("15.name",{FPS})>0
REGEX_MATCH({FPS},"15.name")
{FPS}="15.name"
Any clue?
Thanks a lot for your time