Filters give you fine grained control over data flowing through your flows. They allow you to effectively branch your flows based on all kinds of data conditions being met.

Changelog

2 versions
v1.0.3 Latest
  • Changed behavior of IsNotEmpty component to return true if number or boolean is passed into it.
v1.0.0
  • Initial version

Authentication

TypeDetails
Other

Actions

8
Contains icon

Contains

A message passes through this filter if a value from a previous connector contains the value specified. Values can be both numbers or dates.
Equal icon

Equal

A message passes through this filter if a field from a previous connector contains a value that equals the value specified. Values can be both numbers or dates.
Greater Than icon

Greater Than

A message passes through this filter if a field from a previous connector contains a value that is greater than (or equal, by default) the value specified. Values can be both numbers or dates.
Is Not Empty icon

Is Not Empty

The flow passes through 'notEmpty' port if it contains data in specified field. Otherwise it passes through 'empty' port.
Less Than icon

Less Than

A message passes through this filter if a field from a previous connector contains a value that is less than the value specified. Values can be both numbers or dates.
Modulo icon

Modulo

A message passes through this filter if the remainder after division of the value received from the previous connect by the value specified is zero.
Not Equal icon

Not Equal

A message passes through this filter if a field from a previous connector contains a value that does not equal the value specified. Values can be both numbers or dates.
Range icon

Range

A message passes through this filter if a field from a previous connector contains a value that falls into the range specified. Values can be both numbers or dates.