Dropdown showing all results, not logged in user results

I have a simple form with 3 options to create a record.
Name
Dropdown
Notes

This data is linked to a logged in user but the Dropdown is showing all of the records, not just those associated with the logged in user. What am I doing wrong? I apologize if this information is somewhere in the forums. I have looked but unable to find the answer. I’m sure it’s a simple error on my part. Thank you.

This is my form page:

This is my logic:

This is the database setup:
image

Add a custom filter to the category logic to only display the user’s categories.

1 Like

You can add this custom filter :slightly_smiling_face:

User's Email> is equal to> Logged in user's email.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.