Hi, how can i put this item ecn entry on each data line ? I cant find a solution in the forum.
Thanks,
Stefan
You can either do it with a function node or maybe a merge node. Sadly, without the workflow, it isn’t easy to be certain.
@Stefan, am I right that you want to copy the ecn value in the first item into all the other items?
In that case you can use the ‘set’ node, to set the ecn value on all items. When setting the value there, you’ll need to use an expression that references the ecn value in the first item.
Something like {{$items(0).json.ecn}} should work.
Let us know how you get on!
Hi how this would be work with the new version ?
Great question! You can use
{{ $input.first().json.ecn }}