Issue with Data-Shapes UI - User Inputs always null

First time using Data-Shapes UI. It worked fine a couple times, now the User Inputs coming out of UI.MultipleInputForm ++ is always null. I have no idea why. The script is really simple.

The UI box comes up as it should. I pick an element, fill in the fields and the output is always null. What am I missing?

The input for SelectSingleElement is a bool.

1 Like

Really? Interesting!
It’s actually working right now with the select in there. I’ll switch it out.

Is there a good cheat sheet for all the Data-Shapes UI stuff? I looked on their website, but it just looks like a few blog posts.

Just match the inputs/outputs and make sure you use the right object type. Most of the nodes I’ve found to be pretty straight forward beyond that.