Did you know? Glide Form Container + Row Owners Trick!
When you’re using a Form Container to add data into a specific table, here’s a neat trick:
Add a text column to your table and set it as a Row Owner.
Don’t include that column in the form.
When the user submits the form, Glide will automatically populate that column with their email address.
No need to manually set the user’s email in the form fields, it’s handled for you!
Perfect for building user-specific data securely and effortlessly.
Try it out!