Extraction of custom parameters to Excel

I have a Speckle model from Revit to which a custom tool has added a number of custom parameters to each structural element. These parameters are visible in the Speckle selection window in the web browser, but I am unable to find a mapping/correlation between the Revit model elements listed in the Speckle model, and those listed in the Excel Connector window (Types, Views, Sheets, elements, Materials, Project Information). I just want to select the parameters I need and return a list of their values to Excel.

How do I go about this?

Hey Dave,

All the parameters that you see in the Speckle Scene Explorer should also be retrievable from the Excel connector.
If these are shared parameters they might be nested under their GUID instead of full parameter name.

See also this for more information: Excel | Speckle Docs

2 Likes

Thanks, Matteo, I ended up retrieving the parameters I needed via Python, so all good!

1 Like