Expression Object
Represents an expression that is used to reference Configuration Variables and results from previous steps.
Return fields
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the Expression.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the Expression.
hasValue (Boolean!)
Indicates presence of a non-empty value.
id (ID!)
The ID of the object
meta (JSONString)
An object that contains arbitrary meta data about an Expression.
name (String!)
The name of the Expression.
type (ExpressionType!)
The type of the Expression.
value (String!)
The value of the Expression unless the input is configured as write-only.