Is it necessary to use get and post if it is already done on n8n
Is it necessary to use get and post if it is already done on n8n
At a glance
The community members are discussing how to integrate data from Airtable on WebStudio and automate the process with N8N. The main points are:
- The community member wants to display data from Airtable on WebStudio and connect it to N8N for automations.
- They are unsure if they need to use GET and POST from WebStudio, or if JSON is enough since Airtable is already integrated with N8N.
- The community members clarify that the flow involves rendering data from Airtable, posting data from WebStudio to Airtable, and doing automations in N8N.
- They explain that the choice between GET/POST and JSON depends on the specific requirements, and that N8N has conversion nodes to handle form encoding and JSON.
- The answer is that to display Airtable data on WebStudio, the community member should fetch the data directly from Airtable, rather than importing it.
I want to integrate data from airtable on webstudio and automate the process with n8n. N8N already offers post and get for the airtable api should I also integrate post and get on webstudio or json is enough if airtable is already integrated with n8n
I want to display data from AirTable on WebStudio, and at the same time connect it to N8N to do automations. My question is: am I obliged to use Get and Post from WebStudio even if N8N uses it or to use JSON on WebStudio.