I’m trying to connect airtable from search records then send data to airtable get records and when i run get record module i get this error
BundleValidationError
Validation failed for 1 parameter(s).
- Missing value of required parameter ‘id’.
I also filled in the ID section but it is still showiing error
What can I do to fix this ASAP
please help anyone!!
Hi there,
This kind of issue happens when the required parameter is missing.
The error message ‘Missing value of required parameter ‘id’’ indicates that a required parameter called ‘id’ is missing in the request. This means that the ‘id’ parameter is necessary for the operation to be performed, but it was not provided in the request. To resolve this issue, you need to include the ‘id’ parameter in your request with a valid value.
Hope this points you in the right direction.
2 Likes
Hi, I’m encoutering an error of the same type when trying to upsert a record in airtable.