Filter list: Keep only what matters

Ivan Ng
Ivan Ng Administrator
edited December 19 in Tips and tricks

What it does:

Returns a new list containing only the items that meet the condition defined by the operator function.

Where it works:

  • Comma-separated list
  • JSON list

Business Use Cases & Examples:

  • Comma-separated list:
    • Filtering emails with valid format from a list
image-99b85bdf1f56c-3164.png
  • JSON List:
    • Extract customers that matches a certain interest for targeted marketing

image-4d41e8cc44201-3b76.png

This is ideal for narrowing down datasets before further processing or analysis.

Coming up next: Map list – how to transform each item in a list.