Use value from another list

I’ve got a list of which I’d like to set a parameters name listed in another list.
[mylist]
[one]apple,pear
[two]pizza,wrap
[three]beer,cola
[/mylist]

[mysecondlist]
[one]fruits
[two]food
[three]drinks

So
apple and pear ‘comment’ parameter should become 'fruits’
pizza and wrap ‘comment’ parameter should become 'food’
beer and cola ‘comment’ parameter should become ‘drinks’

Just input those seperate lists in the ‘setparameterbyname’??

Hi @3Pinter ,
yes you should try that. One SetParameterByName node with the lists you described should do.