Check whether all the selected values in the specified selection field match any multiple values.
Check whether at least one record meets the conditions in all specified records. If there is more than one record that meets the conditions, the action will be executed limited to the records that meet the conditions. If there are no records that meet the conditions, no action will be taken.
In other words, “When the set of values selected in the field is A and the set of comparison values is B, A⊂B”.
For example, if the comparison values are three values X, Y, and Z, the condition judgment will be as follows:
If the field value is empty, the condition is considered satisfied regardless of the comparison value.
The action with this condition set and subsequent actions will only retrieve the rows limited by this condition when retrieving the record with the action number specified in “Record”.
Set Record, Field, and Comparison value.
Select the action to retrieve records with the fields you want to compare.
If there are no records, the action will not be executed regardless of whether the condition is inverted. In other words, if no records exist, the action will not be executed, either “If all selected field value is equal to one of the specified values” or “If the value of the field is not equal to any of the specified values.”
Select the field that should be evaluated.
This parameter accepts the following field types:
This parameter does not accept fields that are inside tables.
Specify the values you want to compare, separated by commas.
Spaces before and after the value are ignored, and full-width and half-width, as well as uppercase and lowercase, are not distinguished.
To compare with the user selection field’s value, specify the login name; to compare with the department selection field’s value, select the department code; to compare with the group selection field’s value, specify the group code.
It is also possible to specify the values of Multi-choice or Check box fields using expressions. Please note that it will be the currently selected value, not all the options in the field. For example, in the case of the following expression, the condition is met if the value specified in the “Field” matches any of the values selected in the “multi_choice_1” field.
=multi-choice_1
When specifying using a formula, it is also possible to specify in array format.
= [notification-date_1, notification-date_2, end-date]
Clicking the Condition Inverter will change the condition to “If the value of the field is not equal to any of the specified values.”
Suppose if the value of the field is not equal to any of the specified values. In that case, it will execute the action limited to that record where the field does not match any of the specified values.