Hello, I’m having a hard time trying to set multiple project parameters from an excel spreadsheet. I was able to get one of the parameter to set from the excel spreadsheet but I don’t know how to push to the rest of my project parameter list.
I created a get parameter and also created a list.
I created a file path to excel and create a list and i wanted to return whats in the list and set to my project parameters. I just dont know how to use 2 list to sort and setparameterbyname.
Next question is how can I break up the excel list to only show me the name/number i need to push to the set parameter? The 12 “Get Parameters” coincide with the 0-11 excel list shown in the List.GetItemAtIndex.
So I created these parameters in Revit and want to extract and set everything in row 2.
example: Job Control Number : 25703101
Job Number : 17-00853
Job Name : HILTON
Shop Drawing : SO
it works perfect and insert all the correct information to all the parameters if you select model element one by one, now I changed it to search Element Type “AssemblyInstance” - All Elements of Type and and it does find all the assemblies but when i select some assemblies are missing information from the set parameters. Thank you again for all the help. I also tried to use Select Model Elements but it doesnt let me select assemblies only individual parts.
Sorry one last thing, I can now select all assemblies using Element types “AssemblyInstance” All Elements of Type, issue is when i hide an assembly in 3d view it still pushes the parameters into it even if its hidden.