Dynamically filtered for each User

Hi @Sam_Giligich - There is a User() function just for this. You can set a table to filter by UserName= User()

Where UserName is the column with your username.

You can user User().Email, User().Name etc to match against the right value you have in UserName.

1 Like