I tried to find a row in airtable but I can’t load the view and if I test it gives a Error.
:
{
"response": {
"status": 422,
"body": {
"error": {
"type": "INVALID_FILTER_BY_FORMULA",
"message": "The formula for filtering records is invalid: Unknown field names: undefined"
}
}
},
"request": {}
}
I just tried it but I keep getting the same error. I also made a new API key with all the scopes activated but it is still not working. Is it working for you?
Same here. When I dissect the piece-airtable code, queryparams would be sent FIND(“SearchValue”, “FieldName”), but the FieldName field is not rendering properly, so I can’t input it. like screenshot above.