Exporting Variables
# 🤝help
n
Im looking to export the input given in my captures into a spreadsheet where it creates a new row with each variable entry having its own column. Please could someone advise me on this, thanks.
e
you could do this using zapier
set up a zapier workflow
ideally it would go like this: 1. zapier webhook (event: catch a hook) V 2. Google Sheets (event: create a new spreadsheet row)
Then simply match the variables names in botpress caught by the zapier webhook with the name of the collumn in your Google Sheets spreadsheet
3 Views