Hi, I have separate user table and customer tables, and I have created a reference to users in the customer table. I also have a table to show results for customers, where I just attach the customer record to the results record. What I want to do is create a results table on a user dashboard page where it only shows the results of the logged in user. I have tried to create a filter with condition of Customer = logged in user but when I preview for that logged in user no data shows. Any ideas?
1 Like
Hi @dan-s,
For the current loggedIn user data, there are ready-made filters in all the collections and you can also create your own filters if you want.
Below are the video tutorials for the same:
The condition would be Customer > Created By > Id == Current LoggedIn User > Id
Thanks.