Hello,
See image for my issue. Node works once, but not second time.
In my case I’m trying to replace “TRUE” and “FALSE” string with boolean value.
Dynamo 3.5.0 in Revit 2026
Hello,
See image for my issue. Node works once, but not second time.
In my case I’m trying to replace “TRUE” and “FALSE” string with boolean value.
Dynamo 3.5.0 in Revit 2026
Works the other way around? ![]()
This might be a weird edge case or something i have no idea about in dynamo ![]()
I reproduced this in 2024
I think what’s happening is that ReplaceByCondition sees the ‘true’ values and thinks that they are the result of the comparison does x = y. And then it goes yep and replaces the value, which is a bit dodgy.
It looks like this was covered in the below post:
Yup. This has to do with Dynamo using truthy/falsy comparisons for text.