I have a system that allows a person to leave feedback. I am trying to set up a Repeating Group so that a person can see all the things they have reviewed.
I can’t seem to find how to filter all the reviews to just the ones this user wrote.
I have a system that allows a person to leave feedback. I am trying to set up a Repeating Group so that a person can see all the things they have reviewed.
I can’t seem to find how to filter all the reviews to just the ones this user wrote.
Assuming you’re doing a search for the review entries in your data source, just use the ‘created by’ constraint on the search to match to the current user.
Alternatively you may have connected the feedback entries to users in a list field, in which case you don’t need to do a search and can just reference the current user’s feedback as the data source.