Hi,
I have a repeating groups showing posts( I would like to use a input (not search box) to search for the user/name and showing only the posts in the repeating group from the inputs value which is users name?
Hi,
I have a repeating groups showing posts( I would like to use a input (not search box) to search for the user/name and showing only the posts in the repeating group from the inputs value which is users name?
Add a conditional to repeating group of posts: “when input’s value is not empty” data source = “Do a search for posts where user/name field = input’s value”. If the user is saved to post and you need to access the name field on user then you would just “Do a search for posts” with no constraints. Then add “:filtered” and for the constraint select Advanced then put “This Post’s user’s name is input’s value”
I have tried that mate but when you a list of users attached to post it doesn’t allow you access the name?
This topic was automatically closed after 70 days. New replies are no longer allowed.