An Azure service for ingesting, preparing, and transforming data at scale.
Hey Nandan,
You could convert the array(s) to string using the join() function, then concat() the strings, then convert the finalString back to an array using map().
Join
https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions#join
Concat
Map
https://learn.microsoft.com/en-us/azure/data-factory/data-flow-expressions-usage#map
If this is helpful please accept answer.