Filter One List by String Search in Another List


This will take a list of Strings, a single string to ‘find’, and another list to Filter. If it finds a match in the string list, it will allow the matching ‘filter list’ element/s through, and will show them in the Matching output node. Essentially this a wrapper for String.Contains and List.FilterByBoolMask to make it a little easier to use.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.