I am able to perform list, read operations - Airtable API is working fine.
I have an airtable having field - field1, fields, field3 both have field type: shortext. field3 is auto-populated with created time.
I intend to get data from webhook and populate airtable with values of field1 and field2 coming via webhook - I AM UNABLE TO FIGURE HOW TO SPECIFY field values.
Video recording of the problem: https://www.loom.com/share/e3441e4c19e94d6a82b685bd7818f37d
Hi @pkaura, welcome to the community and thanks for tweeting about n8n
When inserting values to the Airtable node (and other nodes like Google Sheets and databases), you’ll need to use the Set node. We will add examples of these in the documentation very soon
Meanwhile, this workflow is a good example of how you can make this happen: MongoDB | Docs. Here you can go about two ways:
In the Set node if you set the Keep Only Set field to true, you can set the Add all fields to true in the Airtable node.
If you do not set the Keep Only Set field to true, you’ll have to specify the field names that you want to add in the Fields field of the Airtable node.