Unable to write to Airtable

Hi,

I have a very simple test to write data to Airtable but it isn’t working. The app has access and the column information is shown in the block correctly.

I have tried the same with a Google Sheet and the works fine.

Not sure what the issue could be.

Appreciate any help.

Thanks

Turns out that it was the date format that was causing the error. How would I be able to trap an error coming from Airtable seeing that the block has no Error output?

Hello Steve, i faced this problem a lot in the past - the only solution i found to discover such errors was to start using the WEB-API block component instead of the block suggested. With that block you do a direct API call to Airtable.

Everytime you use the WEB-API component, it returns a message wheather is an error or a succesful submission, if error it clearly explains why.

It’s a very advanced block to be used, so i dont know if it suits your needs for the future.

Hope it helped.

Thanks