Hello.
I am using the site members app.
I have a collection listing multiple jobs for each customer (site member). Admin will add records, site members will read only.
I have created a members page called “Project Updates” with a repeater.
The repeater is connected to the jobs collection.
In the collection I have added a field called customer email. When admin creates a new record in the collection, he must also put the customer logonEmail.
Now I want to filter that data based on the current user logonEmail.
Can anyone help?