Current logged in user July 13, 2020, 08:39:44 AM 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! Quote Selected
Re: Current logged in user Reply #1 – July 13, 2020, 10:08:09 AM @avi please use the where configuration in List Page Properties, there you can write your query to limit records seen by a user. Quote Selected