I am building an app on top of openBuild and started going down the SPA route.
I have a situation where user inputs data in a section I have and I want to pass these for display at another section upon user submission.
I figured how to do this easily on multi-page setting by setting Page’s thing. Is there something similar for containers?
I know there is parent’s group thing, but I have hierarchy with multiple groups up, since the container is basically the page in this case, so I need multiple “parents” up.
Is something like that possible or I have to switch to multi page? I am quite early in the development process so don’t mind to switch.