Actions
Actions are performed when the conditions of your rule are met. They allow you to modify your data.Text
Set value to
Sets the value of the field to a new specified value. You can use placeholders for other fields.Operator:
set_value_toAppend value
Appends a specified value to the existing field value.Operator:
append_valueCopy value
Copies the value from another field.Operator:
copy_valueCombine value
Combines multiple field values and/or static text using a template.Operator:
combine_valueSearch for 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_valueReplace text
Finds and replaces text. Can be case-sensitive or use regular expressions.Operator:
replace_textLookup and replace
Looks for an exact match in a list of values and replaces it with a corresponding value from another list.Operator:
lookup_and_replaceSearch and replace
Searches for text and replaces it. Can handle multiple search/replace pairs.Operator:
search_and_replaceSplit text
Splits text by a delimiter and keeps a specified part (e.g., first, last, or nth part).Operator:
split_textMaximum length
Truncates the text to a maximum length, either directly or at a word boundary.Operator:
maximum_lengthModify text
Performs various text modifications like changing case, removing characters, or stripping HTML.Operator:
modify_textTracking and categories
Add UTM tracking
Adds UTM tracking parameters to a URL.Operator:
add_utm_trackingMath
Round number
Rounds a number up, down, or to the closest value, based on a specified increment.Operator:
round_numberReformat number
Changes the decimal and thousands separators of a number.Operator:
reformat_numberCalculate
Performs basic arithmetic operations (multiply, divide, add, subtract) with a value or another field.Operator:
calculateCalculate date interval
Calculates the time interval between two dates.Operator:
calculate_date_intervalCalculate date
Adds or subtracts a time duration from a date.Operator:
calculate_dateCalculate sum
Calculates the sum of numbers in a field (can be a list).Operator:
calculate_sumCalculate length
Calculates the character length of a field.Operator:
calculate_lengthCalculate list length
Calculates the number of items in a list.Operator:
calculate_list_lengthItem
Exclude item
Excludes the item from being processed further or included in feeds.Operator:
exclude_itemList
Sort list
Sorts a list in ascending or descending order.Operator:
sort_listSlice list
Extracts a portion of a list based on start and end positions.Operator:
slice_listSplit text to list
Converts a text string into a list by splitting it with a delimiter.Operator:
split_text_to_listJoin list to text
Joins the items of a list into a single text string with a specified separator.Operator:
join_list_to_textRemove duplicates from list
Removes any duplicate items from a list.Operator:
remove_duplicates_from_list