Equal - Check whether multiple texts are equal

This action compares several text strings to check whether they are all equal.

For comparison of non-texts, use Miscellaneous/Equal.

Triggers

The action's template has two triggers (Text 1 and Text 2), but the action can be used with any number of triggers. The action compares any of the texts received through any of the triggers:

Exits [none required]

The two exits represent two mutually exclusive possibilities:

<Yes> (non-repetitive text exit [not required]): One of the input texts, in case all input dates are equal.

<No> (non-repetitive empty exit [not required]): Charged in case at least two texts are different.

Usage Examples

... (need to complete)