Filters

Filters can be used to format the data. For example, if you want a text value to be all caps you can use the to_upper filter and it would change all lower case letters to upper case.

Math Filters: These can be applied on the input types: integer and decimal.

Timestamp Filters: These can be applied on the text input type.

Array Filters: These can be applied on any array input.

Coversion Filters: These can be applied to the input types: text, integer, decimal, and bool.

Text Filters: These can be applied on the text input type.

Crypto Filters: These can be applied to the input types: text, integer, decimal, and bool.

Manipulation filters: These can be applied on any object input.

Comparison filters: These can be used on any input type.

Last updated