Skip to content

Add

Add fields to the event.

Transform json

actions:
- add:
output-fields: {}
JSON
{
"actions": [
{
"add": {
"output-fields": {}
}
}
]
}

A ✓ marks a field that accepts a context variable such as {{ VARIABLE }}.

Fields
Field Type Required Description
output-fields map (object) Add these output fields (may be arbitrary values).
overwrite boolean (bool) Override existing fields.
Default: false
General
Field Type Required Description
description string describe this step.
condition lua-expression (string) Only run this action if the specified condition is met.
Examples: 2 * count()