Our Forms addon allows you to trigger a SeekWell block to run upon a Form submission. You can use this for things like:
Create a block that includes Parameters, e.g.
update dummy.users
set plan = '{{plan}}'
where email = '{{email}}'
Launch the forms addon in the Google Form you'd like to connect to the block
Map the field names from the Form to the field names in your query
Done! Click save and the Form submissions will be passed thru to the block