How to add constraint condition through 2 data types

Hello friends,

In my user data type I have a field named information of type “Information(with field role)” data type and I would like to add a constraint condition in a “Search for user” in a repeating group and will take the Information-Role from the User data type for the condition, is that possible?

The purpose is to filter the repeating group of type user by the “Information” data type

Thanks!

hey @hugues.seureau!

you can definitely do that using :filtered. For example it would be do a search for user, condition would be information is in do a search for information, condition is role is [your required value].

Thank you so much!!!

1 Like