Airtable Search Record fail --> [422] Invalid request: parameter validation failed. Check your request data

I’m giving up getting airtable search record working
I need help :sweat_smile:

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


1 Like

One update

I tried to reproduce a dedicated scenario with only : [google drive] watch file + [Airtable] search record.

And it worked… with the very same settings

I’m lost

1 Like

Ok, I solved my probleme by deleating the Search Record module in my scenario and recreating it.

Even though I refreshed it many times…

Problem solved, even tough I cannot exply the issue

3 Likes

Hi @Arnaud2

Glad to know you resolved the issue yourself.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like