App Connect

 View Only

 Mapping node: Building array in Custom Java transform - parameter value

Francis Cocx's profile image
Francis Cocx posted Fri July 11, 2025 03:45 AM

Would it be possible to build an array object directly in the parameter value tab of a custom java block in the Mapping Node?

In bellow example I would like to take the value of an input message and add it to an array string together with predefined values.

String Value[] = ( $value, 'predefined value 1' , ' predefined value 2' ) 

 

Is this possible? or can you only always just enter one item as parameter value?

Thanks