I’m trying to make a script that can read parameters from a Excel file and then create those parameters in Revit. The goal of the script is to make lots of parameters really fast to save time.
What i’m struggling with is outputting correct info for the CreateSharedParametersForAllCategories node. I keep getting this warning:
I think you can easily use excel like you wnated, just need to make sure the values in the excel document are the ones you want. Category by Name node would be helpful. Also keep in mind that True/False things can be triggered by integer values 0 and 1 most of the time. You may also want to do some searching around the forums as there may be other solutions or Packages that would make it easier for you.