a == true ? b : break


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

Important hint: 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 true.

b

Value to return in case of equality.

Examples

Parameter a

Parameter b

Result

Break Function Execution

it's true

Yes.

false

it's true

Yes.

true

it's true

it's true

No.