Filters
Filters are used to transform data in Xano.
Filters are the primary way that data gets transformed in the Function Stack. They can be used with inputs or data as they get processed through the function stack.
For example, if you wanted to transform text you were receiving from the front-end to be all caps you can use the to_upper
filter and it would change all lower case letters to upper case.
Filter Types
Last updated