Hi,
The Script runs fine until I input the Date Format Nodes in the UI. I’m not sure what am I doing wrong. Can anyone please help me?

Hi,
The Script runs fine until I input the Date Format Nodes in the UI. I’m not sure what am I doing wrong. Can anyone please help me?
you could try to put a “wait” node between the “UI.MultipleInputForm” and the second “Data.Format”.
Clockwork and Orchid have those nodes:
This is not a problem with data shapes but with the way you’ve wired your graph. Dynamo is warning you that your nodes are connected cyclically - imagine it as a snake eating its tail, that’s never gonna work…
My guess is it’s that get views from viewset node that has a wire suspiciously travelling to unexplored territory that also has some wires coming down into the list.create node that is upstream of that node forming a cycle. All the other wires seem to travel further downstream.