Edit on GitHub

Set Temporary Field

A schema that is used to validate a part of Laboperator workflow templates.

An action to store temporary value which last for a single chain of actions.

Set Temporary Field
property name*
object
fieldrequired
reference
Member Name

Name of the temporary field which will be assigned with value when the action is triggered.

valuerequired
reference
Script

A script that returns the value for the temporary field.

Examples:
set_temporary_field:
  field: authenticationToken
  value: response.body.authentication_token
SetTemporaryField:
  field: average
  value: AVG(MAP(data, item, item.value))
Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.