Skip to main content
Actions let you transform or filter a field’s data before sending it to the bot. They apply in the order they’re added, and are available on Bot Params, Product Params, and Extra Params fields.

Removal actions

Replacement actions

Column actions

Format actions

Date actions

All date actions work with a reference date and a day offset:
  • Reference date (init_date): can be today (the current date) or a fixed date in YYYY-MM-DD format.
  • Day offset (shift_days): number of days to add or subtract from the reference date. Can be negative. For example, shift_days = -1 with init_date = today is equivalent to “yesterday.”

Date filtering actions

date_generate_from_relative_value

Generates a date from a numeric value (days) in the field. For example: if the field contains 30, it generates the date that is 30 days from the reference date.