Forum Discussion
Equiavlent js Map
- Anonymous2 years ago
Hi smpa01 ,
Yes, the regular js array methods are supported as of now. I'll let you know as soon as possible if subsequent tests reveal unsupported methods.
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi smpa01 ,
You can try to modify your code like below, this might potentially give you the result 'col1,col2,col3' without hard-coding the array index.
@join(activity('Script1').output.resultSets.rows.map(a => a.src_colname), ',')
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- smpa012 years agoCommunity Champion
Anonymous are all js Array methods valid in pipeline expression?
- Anonymous2 years agoNot applicable
Hi smpa01 ,
Yes, the regular js array methods are supported as of now. I'll let you know as soon as possible if subsequent tests reveal unsupported methods.
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.