Skip to content

IgnoreValue

aggregating category: aggregation no `||`

Removes a single input value from the rule logic context.

Drops the given value from the rule logic context so it is not visible to subsequent rules. Only one value can be removed per call and it must be provided as an input.

Parameters

No parameters accepted.

Input type

A single value of any type.

Output type

No output is produced.

Requires

  • A single value as input.

Examples

Remove a named field from the context

:MyValueToIgnore => IgnoreValue()

See also

Use, SetValue