Skip to content

Unbatch

Expand a batched event back into individual events.

Transform json

actions:
- unbatch: {}
JSON
{
"actions": [
{
"unbatch": {}
}
]
}
General
Field Type Required Description
description string describe this step.
condition lua-expression (string) Only run this action if the condition is met.
Examples: 2 * count()
Input
Field Type Required Description
from-field field (string) Field containing the batched records (defaults to recs).
Examples: data_field