Save form submission data

Quick question: I have a form in my app that collects a response which triggers an API call. However, I want to log all of the form submissions somewhere (preferably gsheets or airtable) as Xano is probably a bit overkill for this use case.

Is there an easy way to send my form submissions to google sheets or airtable when the form is submission in my workflow?

You should be able to use the Airtable Plugin to send data. The documentation has a walkthrough for this: Airtable data source | WeWeb documentation

There is also a video walkthrough for the same: https://www.youtube.com/watch?v=vMD8bBfmh8o

thank you