Im trying to add a formula to a parameter in a family file without opening the family. Ive already read a few topics but could only find one where the DanEDU node should be able to do it. Ive already used some DanEDU nodes that work perfect but this one does not seem to work.
Does anybody have another idea on how to set formulas?
Your getting null at SetFormula node that’s because your values contains regular expressions. Can you show screenshot of the value in Revit Family Editor you would like to set.
Ive also tried the script with just “Breedte kozijn” but it also does not work. The reason i put the \ " \ " is because it is written in the instructions of the DanEDU script. Here is a screenshot of the value of the formula i want to insert.
I need to do this for more than 40 families so Dynamo would be very usefull here. U can use any family to try it. I just need a Instance parameter set in the formula of another parameter.
Ive found the problem. It was a mistake i shouldve seen from the start. The built-in Revit parameter “Width” in the windows is not an instance. The script is working accordingly. Sorry to have taken up your time :x.