Hi’
I’m having trouble querying shared parameters sent from Revit in the GraphQL interface.
The parameters are sent to Speckle, as I can see them in the data view.
Revit
Speckle Viewer
When querying OOTB parameters we normally use the applicationInternalName
to query the parameter, but for shared parameters the shared parameter name is not transferred - only a GUID-like string is available.
When trying to query the shared parameter value using the GUID-like string we get an error.
I’m not sure if the cause is the connector not translating the shared parameter name to the applicationInternalName
or if I should be able to use the GUID when querying.
The Stream can be accessed here:
Thanks.