So for my users I have 4 different types which are separated by booleans. Admin: yes/no - staff: yes/no partner: yes/no
They can all create a contact which is a data type.
I have a search box on a page where it lists all the contact. I have a workflow that filters the list of contacts based on the search bars input.
Each user has its own account of course.
I need the the current user “is partner” to only display search results for the contacts that the current user had created
Currently it works find for admin and staff because they can search ALL users.
But the partner should only see search results they have created.
It would be ideal if I could just change the search data in a condition for when the partner is yes but it doesn’t have that option for the search box.
There is no way in the search data to say “if the current user is x, displays search results that the current user has created”.
Hope that makes sense!
I want