Skip to main content
Topic: Current logged in user (Read 997 times) previous topic - next topic

Current logged in user

Hi,

I have a table "users" with user record.
I have another table "tasks" with information per user (userId).
I want to show information in the "tasks" table based on the currently logged in user. That is to say that the logged in user will see only tasks belonging to him.

How?

Thanks!

Re: Current logged in user

Reply #1
@avi‍ please use the where configuration in List Page Properties, there you can write your query to limit records seen by a user.