Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 688 Bytes

SetField.md

File metadata and controls

33 lines (21 loc) · 688 Bytes

Set Field Action

The set_field action sets a field on the event to the specified value.

Note that some fields are reserved and cannot be set directly or can only accept certain values.

Example

- name: set_field
  field: fieldname
  value: string

Options

field

String. Required

The name of the field to set. Use [] to access nested fields, for example nested[field].

value

Expression. Required

The value to set using an Expression.