Parameter.Value Node did not get correct values

Hi, I am trying to get the names and values of the element parameters respectively, but for some parameters like Type Id in the picture, the value of Type Id obtained by Parameter.Value node is not the actual value, it should be 788923 rather than “Family Type: Beam-600×760mm”, right? Why it is the case and how to get the correct parameter values? Thanks!


export all element param.dyn (26.8 KB)
Model: model.rvt - Google Drive

I am not sure why you are getting other values than the type, but you could transform those values into strings and then do string.split on " : ".

Thanks for the tip!