App Portal

I am building a portal view with all of our apps. I also have a users table. I want to select which apps each user can see within the portal within the users table. 

Cant seem to figure out how to to hide / show specific apps based on the input in the users table. Anyone built something like this before?

Solved Solved
0 2 85
1 ACCEPTED SOLUTION

Add an EnumList column to your "Users" table and filter rows either with CONTAINS() or IN() in a slice.

View solution in original post

2 REPLIES 2

Add an EnumList column to your "Users" table and filter rows either with CONTAINS() or IN() in a slice.

Thank you very much!

Top Labels in this Space