Dynamo version
2.6.2.15
Revit version
2021.1.7
Operating system
Windows 10
What did you do?
We are trying to get the cachedvalue of a node after the execution have been completed. We used the scheduler used during the execution and planned a task to avoid racing in the execution but still we get the same value. How can we decode the value to actually get the information? When we debug we see there are two Cached value properties, the one we are getting (with MirrorData) and the other one with the information we need (Count 5).

What did you expect to see?
We expect to get the cached value (in this case with 5 elements)
What did you see instead?
We get MirrorData and cannot convert that to information we can actually use.
Dynamo version
2.6.2.15
Revit version
2021.1.7
Operating system
Windows 10
What did you do?
We are trying to get the cachedvalue of a node after the execution have been completed. We used the scheduler used during the execution and planned a task to avoid racing in the execution but still we get the same value. How can we decode the value to actually get the information? When we debug we see there are two Cached value properties, the one we are getting (with MirrorData) and the other one with the information we need (Count 5).
What did you expect to see?
We expect to get the cached value (in this case with 5 elements)
What did you see instead?
We get MirrorData and cannot convert that to information we can actually use.