Exporting Revit wall parameters into excel sheet and then re-import

Hi all
I’m looking for a bit of help and advise to run the procedure for exporting revit project parameters in properties ( For wall ) into excel by running dynamo code. I’ve been trying some basic stuff to get parameter elements but I can’t produce the excel. Do you have any advice how can I smoothly run this system?

Thank you

Please review the following post How to get help on the Dynamo forums
Have you tried a search?
What have you attempted so far?

Hi Mike
I just stuck in here to clarify the parameter name and I don’t know what kind of string or node i can produce for this.

we have 100 project parameters and I can’t use string to only get one or two of them ! so i’m looking for a way to get all of them

Review the Dynamo Primer on editing parameters here

Use an Element.Parameters node

1 Like

thanks, this is exactly what i after, can we also push these parameters to excel sheet straightforward? do you have any idea ?

Please refer to my first post