Stubble
Stubble copied to clipboard
Parent nested object access
I'm trying to access a parent nested value from a child loop. I tried a couple of combinations, but cannot get this to work.
{{#operations}}
{{#operation.parameters}}
{{operations.current.name}} {{operations.parameters.current.name}}
{{#/operation.parameters}}
{{#/operations}}
Hey there,
Would you mind creating a minimal reproduction I could use to try narrow this down?
Hey i'm going to close this due to inactivity, feel free to open a new issue with a minimal reproduction if you're still having issues.