Help using dynamo export information to revit schedule

Hello all,

I am trying to edit revit schedule thought the dynamo, i wanna export the formula into the revit schedule, but i have no idea, how can do this?

Thanks you :slight_smile:

 

formula export

 

You can calculate the value and write it to the Comments parameter of the Window element using Element.SetParameterByName

However, I would have not used Dynamo and just handled it with a Calculated Value in Revit (assuming x and y are also associated with the element)

Thank you VIKRAM :), i can export my formula to revit schedule!!!

 

OK