Repeating Group Putting Constraint

I have a data structure like this , Have one type called “Providers” which have fields Name, Phone Number, Description, and one custom Field Called Address which have multiple values like City, State, Zip Code

Now the address type is in Providers and can have multiple values

I have a repeating group which have Data source of providers .
Now I want to put a constraint on the repeating group to show only those provider who have Address . City == City Name from URL parama

This is I’m trying to achieve but not able to.
Please Help

This topic was automatically closed after 70 days. New replies are no longer allowed.