Getting error with DataShape Ui

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?


Cyclic%20Dependency

you could try to put a “wait” node between the “UI.MultipleInputForm” and the second “Data.Format”.

Clockwork and Orchid have those nodes:
image

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…

3 Likes

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.