I have a question regarding accessing data from speckle, for some reason im not able to retreive all the identity data from the speckle plug in, there are many fields in the Identity Datas that are not showing up in the gh plugin for me. Am I doing something wrong here?
Can you try using the Query Properties node? I think what’s going on is Expand Properties node shows an intersection of properties where Query Properties node shows a Union.
Expanding on what @gokermu said, this is expected behaviour. The Expand Properties node only shows props that are common across all objects. In addition to the Query Properties as @gokermu mentioned, you can use a Property Selector.
Connect your objects to Property Selector (gets union of all property keys)
Feed those keys to Query Properties along with your property groups (here you can also select a sub-set of properties from the Property Selector)
This will show ALL (or selected) properties that exist across all objects