Short scenario: We may be building an HR platform and therefore need to build three platforms with different views: Admin User, Talent User & Corporate User.
So far, we have built the setup with Airtable as database, Gmail as communication medium and MiniExtensions to e.g. receive a confirmation from a Talent User or feedback from a Corporate User (e.g. pre-fill forms or similar). Now we would like to use Glide Tables as a database, as the integration with Airtable no longer really works well with larger amounts of data - however, I am wondering how the process (i.e. receiving data from the user) can be mapped in Glide without the user needing an account and, for example, only the status in a line is changed when a user clicks on a link from an email.
Can you explain more on what you’re using MiniExtensions for? I assume you’re using it for forms, is building forms inside Glide itself work for you?
Users can still fill forms without signing in if your app is public and doesn’t require sign in, the bigger question is if they need to see those submissions afterwards.
We use MiniExtensions to obtain specific information from a user (or corporate) without them having to log in anywhere or anything similar. MiniExtensions were simply the easiest solution for this.
Can a record be edited via a form in Glide without the need for an account?
Or perhaps asked differently: Assuming that an account is automatically created for an applicant so that only this applicant can edit the record, how can a link be sent to this user (e.g. via an e-mail) without the user having to log in. How does this work? and can you also create pre-fill forms with Glide?