How to hide a specific item from a collection (UI Designer)?

Hello,

I am using a container with a list of values set in the collection field, but from I need to hide specific items from the collection. is there a way to do it? I am using bonita 7.8.3

thank you in advance.

Regards,

JM

I think it's possible.
On your container (1), add one other container(2) who's contain all your fields you want to show.
On on the container(2), add hide attribute with your condition like : $item.name =='myName'.

Regards,

Thank you Bastien! It works as you described.

You're welcome ;)