Can we add two values for a field in pieline to overwrite the pipeline value

Can we give 2 values to overwrite the pipeline values
example: now i have given New south can i add another name in the same sender ID field

Hi Saranya,

what about pub.string:concat?

See IS Built-In-Services Reference for details.

Another idea might be to use variable substitution on the field.

Regards,
Holger

1 Like

pub.string:concat would be the best bet for this scenario or to have it more custom create custom JS with multi-concat logic and invoke it in your flow.

HTH,
RMG

Hi,

PSUtilities package has such a multi-concat service.

PSUtilities package is available from the Download section of TechCommunity.

Regards,
Holger

True…

For reference:
PSUtilities.string:multiConcat

HTH,
RMG