Better way to use Filter.ByString

hello,

I have a list of strings here and want to filter the list with few keywords.
image

In a case like this, do I need to repeat List.FilterByString multiple times for each keyword or is there a concatenated version of writing ‘code block’ so it can filter multiple keywords at once?

thanks!


Like this?

1 Like

thank you!

1 Like

Don’t forget to change the lacing on List.FilterByString node.

1 Like