a == b ? c : break


Checks if input a equals b and returns c, otherwise the mapping for this target field is skipped.

Important note: This function can only be used on fields within a node with value Loop in attribute Iteration.

Description of Parameters

Parameter

Description

a

Value to compare to.

b

Value to compare to.

c

Value to return if the two values are equal.

Examples

Parameter a

Parameter b

Parameter c

Result

Break Function Execution

1

1

they are equal

they are equal

No

1.

2

they are equal

Yes.