Filter List Contains
Filter on a specific string property containing a specific string.
Description
This function filters out a list to generate a list that will contain objects from the original only when their the value of the specified string property contains the specified string.
Example: All the customers who's first name contains 'John'.
Inputs
- Object list (List): The list to filter.
- Property (Property): The property to test.
- Substring (String): The string to look for.
Outputs
- Filtered list (List): The resulting filtered list.