How to retrieve data from Form

Hello! I’m looking for a way to automatically retrieve data from a form in the application to something like a csv file on my machine. Is there any way that when a user creates an entry in a database when submitting a form that I could also update some kind of csv on my local machine?

Hi @zrichar

Welcome to the community.

I think you can not save on your local machine but yes you can save all the new records in cloud excel or Google sheet via an automation service like MAKE.

Thanks

Hello, you can download the records of the form that are saved in a collection in the database as a CSV file (Manual method). If you want it to be automated, you can use MAKE as @ishantanusrivastava has mentioned.

Thank you!

1 Like