I have a folder of dates (day 1) you go to the page for the day to answer the questions and send it. After sending the answers, they appear in the date folder below the last day I created, for example, (the 30th). How do I ensure that when the user sends responses they are visible only to me (admin) or can I make the user’s responses sent to an external database.
To secure the data, you can use row owners.
To send data to an external database, you could look at something like make.com. Send the data to Make via a webhook, and then use Make to communicate with your database.
NB. Glide does support direct DB connections with Business & Enterprise Plans.
1 Like