Hi Guys,
Is it possible to make a user to not be seen in a repeating group for a period of time? Let’s say 6 months and then after that period become visible again?
Hi Guys,
Is it possible to make a user to not be seen in a repeating group for a period of time? Let’s say 6 months and then after that period become visible again?
Hi there, @pmjanoscosta… yes, you can do what you described, and one way to do it would be to have a date field on the User
data type where you store a date in the future when you want the user to become visible again. Then, set the repeating group’s data source to a search for users where the date in that field is less than or equal to the current date/time, and you should be good to go (assuming your privacy rules on the User
data type support what you are trying to do, of course).
Hope this helps.
Best…
Mike