Nested elements currently does not support multiple nested values that share the same end key. For example: [planets]{#ID} and [meteors]{#ID} cannot exist in the same sheet currently as the way caching works only looks at the final key value (in this case "ID").
Should be able to cache values based on the path, not just the key.
Nested elements currently does not support multiple nested values that share the same end key. For example:
[planets]{#ID}
and[meteors]{#ID}
cannot exist in the same sheet currently as the way caching works only looks at the final key value (in this case "ID").Should be able to cache values based on the path, not just the key.