Hi folks! Thanks for this forum and for sharing ideas.
I’m wondering if there’s a way to automate the creation of a new output each time the list A increases.
It’s been a while I’m struggling with this. I haven’t found anything helpful yet.
Thanks!!
May I ask what it is your graph is trying to do overall? That would probably help us provide you a better answer.
Typically you don’t want to break apart a list, but instead leverage lacing and keep things together. ![]()
I was toying with this idea the other day as well (trying to take outputs from data-shapes and split them via a code block like yours).
I couldn’t find a way to dynamically adjust a node from the output end - and the more I thought about it, the less I realised it would save me much time if I could (you’d still need to hook up the new outputs manually etc.).
Thanks guys! Sean there isn’t a specific graph I want to solve. Most of the time I would need it to read data from excel columns; but this is just a case. As Jacob said I should keep nested lists together and work in a different way. That’s probably the reason why such a node doesn’t exist.
