Explore all the available actions you can use in your rules.
Actions are performed when the conditions of your rule are met. They allow you to modify your data.
Sets the value of the field to a new specified value. You can use placeholders for other fields.
Operator: set_value_to
Appends a specified value to the existing field value.
Operator: append_value
Copies the value from another field.
Operator: copy_value
Combines multiple field values and/or static text using a template.
Operator: combine_value
Searches for a value in another field and sets the current field’s value from a list of corresponding replacement values.
Operator: search_for_value
Finds and replaces text. Can be case-sensitive or use regular expressions.
Operator: replace_text
Looks for an exact match in a list of values and replaces it with a corresponding value from another list.
Operator: lookup_and_replace
Searches for text and replaces it. Can handle multiple search/replace pairs.
Operator: search_and_replace
Splits text by a delimiter and keeps a specified part (e.g., first, last, or nth part).
Operator: split_text
Truncates the text to a maximum length, either directly or at a word boundary.
Operator: maximum_length
Performs various text modifications like changing case, removing characters, or stripping HTML.
Operator: modify_text
Adds UTM tracking parameters to a URL.
Operator: add_utm_tracking
Rounds a number up, down, or to the closest value, based on a specified increment.
Operator: round_number
Changes the decimal and thousands separators of a number.
Operator: reformat_number
Performs basic arithmetic operations (multiply, divide, add, subtract) with a value or another field.
Operator: calculate
Calculates the time interval between two dates.
Operator: calculate_date_interval
Adds or subtracts a time duration from a date.
Operator: calculate_date
Calculates the sum of numbers in a field (can be a list).
Operator: calculate_sum
Calculates the character length of a field.
Operator: calculate_length
Calculates the number of items in a list.
Operator: calculate_list_length
Excludes the item from being processed further or included in feeds.
Operator: exclude_item
Sorts a list in ascending or descending order.
Operator: sort_list
Extracts a portion of a list based on start and end positions.
Operator: slice_list
Converts a text string into a list by splitting it with a delimiter.
Operator: split_text_to_list
Joins the items of a list into a single text string with a specified separator.
Operator: join_list_to_text
Removes any duplicate items from a list.
Operator: remove_duplicates_from_list