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?

1 Like

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

1 Like

thank you