I have exported my Revit model with Speckle so that i can use it in Power BI
i got some Revit parameters (Pipe parameters like Pipe material - Pipe system type) which its type suppose to be Text but, i found it extracted as some numerical values my guessing is ElemetId
So, How can i convert it to be with its Text Value (Or AsValueString)
As you see highlighted these the forms that it suppose to be.
But, Type phase could vary from ValueString to ElementId type to DoubleVlue
I just wanna be able to convert these values or even control it from the beginning to get the desired value type
There’s another way to extract the material information. You can simply check element[materialQuantities][material][name]. Our web application can help you understand the data structure. Hope this helps!
Hi! The structure to access the material of the element that you indicate as ‘element[materialQuantities][material][name]’, how is it entered in the custom column section?