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.
@FRAN1972 Or you can do something like this as well.
It works! Thanks a lot!! Regards.
This may be good to know
Indeed! Thank you