Hello,
I have created a filter of a grid by the parameter “nombre”. The problem is that in the node “==” appear true/false values and in the List.Flatten also. Anybody knows why all the values in the filterByBooleanMask are out?
Regards
@FRAN1972 It’s not working because the list lengths of mask input and list input are unequal.
You need to do something like this to make it work.
1 Like
@FRAN1972 Or you can do something like this as well.
1 Like
It works! Thanks a lot!!
Regards.
Indeed! Thank you