concat
def concat = {Object... args ->
xxx
}
Joins specified values to a string.
Example
"io_owner": "concat('external-', systemFields.CreatedById)"
Sample Transform
Original Fields
Transformed Fields
Name
Value
Name
Value
CreatedById
a1a7F000000Qna6QAC
io_owner
external-a1a7F000000Qna6QAC
For more information:
escape
Was this helpful?