Conditionally update one vertex property when another property matches a certain provided value

Stack Overflow
I have a vertex with meta properties on it, like below, and need to update the properties & the attached meta properties. When an Id matches the passed value on hasId the data needs to be updat...
Was this page helpful?