Hello fellow Gliders!
I am looking for guidance on how to load/work-with the same data (i.e row in a table) across multiple screens. I am building an app that allows a user to perform different interactions with a ‘case’. There is one ‘intake’ flow that creates the case, and then a user can later on looks at cases, select a case to perform different tasks on, etc. Each task will have it’s own flow in the app, will possible multiple screens.
I saw the example of the multi-step form which allows for multiple screens to write to the same row. But is there a concept of a global variable where I can set the key of the selected item (i.e the case) and then load/modify/write data in other screens related to this key?
For example, the intake workflow has a few stages - I’d like each stage to present on its own screen (for focus and simplicity), in each stage a user will either enter an input (e.g text), edit an existing value, or approve a computed output (generated text based on the user input).