@MattBlake Yes, you are right in your understanding, In workspace there is a limitation to the size of values , since you are referring to prop here, the maximum size of the prop is 100 bytes, if the value is greater than 100 bytes , it strips the value to 100 and rest is ignored and hence if the ur...