IF List.ContainItem then

Hi everyone,
I’m not confortable with dynamo and I can’t do a logical test :
I have list and if this list countain the string “CA_SIZE” I want to do an action (here I want to set the paramater “CA_SIZE” of a sheet to “4”)
If “CA_SIZE” isn’t in the list I don’t want to do anything.

I don’t know how to translate this in Dynamo’s language :confused:

Thank you for your help :slight_smile:

Ok,

It will be something like this ^^

Hello Quijada

Use the node List.FilterByBoolMask

1 Like

Thank you @Nico_Stegeman :slight_smile:

1 Like