I try to understand why this doesn’t work.
I initiate some workflow on one page, then user should be redirected to another page and modal should be shown there (in any other cases var for modal should not persist on navigation, modal should be hidden)
In my workflow I add redirect to page first THEN change var value. I expect that this will work. But actually it doesn’t work.
But i checked var value while testing workflow, once its redirected var become TRUE but immediately changed to FALSE (even my workflow set it to TRUE after redirection)
Can you clarify is this correct behaviour or workflow bug? How to overcome that?