I’m looking to filter data that is entered by me, the admin, by the currently logged in user’s state. I have one database that contains all of the data for each state and I can get it to display data but it isn’t filtered by the user’s state like I would like.
Does anyone have any insight on how to filter this data by information contained within the user’s data?
I’m not 100% sure on what it is you are trying to set up exactly but you could use the wix-users API function currentUser() to determine the currently logged-in user and then set up your filter based around that.
Please elaborate on what exactly it is you are trying to set up and what information you want to display/filter.