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?
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!