You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the entire internet if I could find a help but none. If this is possible, it is best added in the documentation. I just want to pass an array into the create method. I have dynamic data that I have stored inside an array variable. I don't want to use array iteration method to call the create method on each iteration as I think there should be an inbuilt method already existing to handle this. Maybe I am missing out on how to properly set it up.
If I make the data a single object, it goes through. Unfortunately, I have not been able to get array of objects to go through.
I get this error: Error creating record: AirtableError { error: 'INVALID_REQUEST_MISSING_FIELDS', message: 'Could not find field "fields" in the request body', statusCode: 422 }
How is this done? And why are there limited contents on this package? I have been to stackoverflow, the community, google, Youtube, nothing could help me.
The text was updated successfully, but these errors were encountered:
I have searched the entire internet if I could find a help but none. If this is possible, it is best added in the documentation. I just want to pass an array into the create method. I have dynamic data that I have stored inside an array variable. I don't want to use array iteration method to call the create method on each iteration as I think there should be an inbuilt method already existing to handle this. Maybe I am missing out on how to properly set it up.
If I make the data a single object, it goes through. Unfortunately, I have not been able to get array of objects to go through.
`
`
I get this error:
Error creating record: AirtableError { error: 'INVALID_REQUEST_MISSING_FIELDS', message: 'Could not find field "fields" in the request body', statusCode: 422 }
How is this done? And why are there limited contents on this package? I have been to stackoverflow, the community, google, Youtube, nothing could help me.
The text was updated successfully, but these errors were encountered: