Hello,
I have a condition in my repeating group to make an activity not visible when that’s not validate by an adminstrator.
But when the activity is not validate I have a blank on my website. How can I collapse when hidden in a repeating group ?
(The activity hidden is on the left)
Thank you
Hi there, @jonathan.panarotto… if I understand your post correctly, you shouldn’t be trying to hide rows in a repeating group when their items are not supposed to be visible. Instead, add a constraint to the repeating group’s data source so you are only showing activities that have been validated by an administrator, and you should be good to go.
Hope this helps.
Best…
Mike
3 Likes
@jonathan.panarotto You have to constrain the data source for your repeating group. For example, do a search for X constrain by validated = yes.
This should work.
1 Like