Me again
I have a parameter that is a Yes/No, in Revit i can replace it using a Calculated Value like that if(SP_Calculation Type, “Gross”, “Net”), works like a charm.
In Dynamo i can get the values of the yes no as a series of 0 and 1. I tried using an If by passing the list to the test input and setting Gross for true and Net for false. Unfortunately Dynamo returns Gross for all items.
I guess i’m missing an evaluation process in between the list and the test, or not
Thanks