Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
LeftArrayThe first dynamic array to be merged. (REQUIRED)
RightArrayThe second dynamic array to be merged. (REQUIRED)
OperationDetermines how the arrays are merged. Options are AND, OR, NOT, and XOR. For case insensitive operations, use ANDC, ORC, NOTC, and XORC. (OPTIONAL)
DelimThe delimiter that separates elements in both arrays. (OPTIONAL)

...

The Join service can join two arrays using four logical operations: AND, OR, NOT, and XOR. Each operation is described in detail below. If omitted, the "OR" operation is used. The merge is case sensitive by default. For case insensitive merges, append a C to the operation, i.e., ANDC, ORC, NOTC, or XORC.

IMPORTANT: Keep in mind that no matter which operation you choose, the Join service only returns unique values.

...