ConditionExpression
The condition architecture.
| Field : Object | Description |
|---|---|
| field_address: String | The field ID used in the condition. |
| id: ID | The condition ID. |
| operation: String | The condition operation. Valid options: - equals - not_equals - present - blank - string_contains - string_not_contains - number_greater_than - number_less_than - date_is_today - date_is_yesterday - date_in_current_week - date_in_last_week - date_in_current_month - date_in_last_month - date_in_current_year - date_in_last_year - date_is - date_is_after - date_is_before |
| structure_id: ID | The number used to arrange condition's expressions in groups of "AND" and "OR". |
| value: String | The value selected to be compared in the condition. |