Data-Shapes Multiple Boolean Input not working with Multiple input Form++

Hi All,

I’m putting together a graph to change two separate Boolean parameters within sheets in the model. I’m using the Data-Shapes Boolean Input node along with the Data-Shapes MultipleInputForm ++ node

I’m using Revit 2022 with Dynamo 2.12

The first Boolean input in my list shows a check box but the second doesn’t.

My final graph will have a list input to select the sheets, this works but only for one boolean Input. I’ve made a test graph with the two Boolean Inputs and a MultipleInputForm ++ . I’ve put an image of this below

I’ve also attached a copy of my test graph
Test.dyn (29.2 KB)

What am I missing? Is more than one Boolean Input unsupported on the MultipleInputForm ++

As ever any assistance is much appreciated.

The checkbox looks to be hidden behind the input name. I have had this start happening since Revit 2021. Without actually going in and editing the code, you will need to use string node and wrap the text for the input name similar to below. Can’t tell you why the first input name is automatically wrapping and the second one isn’t. Maybe someone else can shed light on that.

image

Perfect that worked like a charm! Many thanks, have a nice day!

1 Like