_id (Primary Key)
objectid
The unique identifier for the record
Requires a Non-Null Value | Yes |
findIn Look For Key in...
options
The sub-record within the data flow's process data where the key that is being evaluated my be found.
Requires a Non-Null Value | Yes |
Allowed Values | parameters | The key to be evaluated may be found anywhere in the process data. | query | The key to be evaluated may only be found within the inbound query data. | body | The key to be evaluated may only be found within the inbound body data | headers | The key to be evaluated may only be found within the inbound header data. |
|
Default Value | query |
checkKey Input Key
string
The key that is being searched for in the process data.
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
value Value
string
The value that the evaluation will compare against in the manner defined by the compareAs logical operator
Requires a Non-Null Value | Yes |
Default Value | "" |
Trims Whitespace | No |
HTML Tags Allowed | No |
Converts to Lowercase | No |
Converts to Uppercase | No |
compareAs Compare As
options
The logical operator that determines how the value found within the process data is to be compared against the value supplied in the condition.
Requires a Non-Null Value | Yes |
Allowed Values | EQUALS | The found key value must be the same as the condition value | NOT_EQUALS | The found key value must be different from the condition value | LESS_THAN | The found key value must evaluate to a number and must be less than the condition value which also evaluates to a number | GREATER_THAN | The found key value must evaluate to a number and must be greater than the condition value which also evaluates to a number | CONTAINS | The found key value must evaluate to a string and have the condition value within it's contents. | NOT_CONTAINS | The found key value must not contain the condition value within it's contents. | EXISTS | The key must be found in the process data. | NOT_EXISTS | The key must be missing from the process data | IS_OBJECT | The found key value must be able to conform to an object definition. Specifically, it must be a record that may contain it's own properties. | IS_DATE | The found key value must be able to conform to an object or string definition that can be coerced into a valid Date object. | IS_ARRAY | The found key value must be able to conform to an list definition. Specifically, it must be a record that may contain an ordered and indexed series of data or sub-records |
|
Default Value | EQUALS |
parentProcess Parent Process
objectid
A reference to the process that owns this condition.
Requires a Non-Null Value | No |
projectId
objectid
A reference to the project that owns this condition.
Requires a Non-Null Value | Yes |
accountId
objectid
A reference to the account that owns this condition.
Requires a Non-Null Value | Yes |
createdTime
datetime
System managed property. Set to the timestamp of when the record is created.
Requires a Non-Null Value | Yes |
Default Value | __auto__ |
modifiedTime
datetime
System managed property. Set to the timestamp of when the record is updated.
Requires a Non-Null Value | Yes |
Default Value | __auto__ |