Skip to main content

lowerCase

A Workflow Engine function that changes the value of a field to lower case. For example, changes a value of "NETWORK" to "network".

This function is available as a feature of the Workflow Engine v1.2 download and later.

This function is available for event, alert, and Situation workflows.

The workflow sweep up filter applies to this function.

Back to Workflow Engine Functions Reference.

Arguments

Workflow Engine function lowerCase takes the following arguments:

Name

Required

Type

Description

field

Yes

String

Name of the field.

The following example demonstrates typical use of Workflow Engine function lowerCase.

To change the value of the source field of an event to lower case, set the following:

  • field: source

The UI translates your settings to the following JSON:

{"field":"source"}