App with different user profile

Hi,

In my app i would like have different view and features (InLine List, Reference List) for different user profile.

I can use signing with pubblic mail, but i have no clear idea how i can profile the user. Do you have any suggestion?

Kr

Have a look at the per user documentation.

https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/per-user-data

Also visibility may be of some use

Hi,

i’m going to use per-user-data in order to filter the visibility of data, but in case i have different profile how i could discover the user (email) and use the correct profile that could be used in component visibility?

Maybe using some spreadsheet features, but the solution it’s not very clear by me.

Maybe I need a better understanding of what you are trying to do and what you mean by profile. I think I know what you are asking as far as component visibility, but it all depends on how your app is set up.

Here is something that may or may not help you.

Hi,

I solved with association with dataroew and email for each profile, and configuring the Inline-List definined Visibility based on all mail column

Kr
Max

1 Like