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

1
0
-1

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

1 answer

1
+1
-1
This one is the BEST answer!

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,

Comments

Submitted by jose.siu on Fri, 03/13/2020 - 15:54

Thank you Bastien! It works as you described.

Submitted by bastien.laurent... on Fri, 03/13/2020 - 16:19

You're welcome ;)

Notifications