Right configuration to give access by URL and PIN, but with editing rights

What is the right configuration to give access by URL and PIN, but also give rights to add items to a database? I have Maker Plan and mi configuration is this:

They are two different things.

What you have there will allow anyone to access your App, and optionally sign in and create a profile.

Adding and Editing rights are controlled separately. The usual way to control this is via some setting in the User Profile row. For example, you might have a column in your Users table called “Role”. Then for those users you want to allow to modify data you might give them an “Editor” role. And then you use that in conditions on your screen components and actions.

Read more below:

1 Like