Hello,
I'm trying to find a more efficient way to debug. Currently, I have some long flows that in the beginning collect necessary flow variables such as the browser instance, but as soon as I run into a problem it becomes a nightmare to debug.
Whenever I make a change I have to run all the way from the beginning because the 'Run from here' button clears all my variables and doesn't let me actually debug the one part I'm having issues with.
Is there some feature I'm missing - how do I keep flow variables present while I test specific parts?