Forum Discussion
dimitri_hristov
6 years agoContributor
Hi @rajendraj,
You could try and put this expression in a Mapper Snap:
($content.uris.length > 1) ? $content.uris.filter((item1, pos1, a1)=>(pos1 != 0)) : $content.uris
and assign it to the $content.uris
Target Path.
Have the Pass Through option checked.
Hope this helps.
BR,
Dimitri