Hello, i have 3 workflows. The main one (MW), User Data Capture (DCW) and Download (DW). I want the user to go from MW to DW, but before that, if user data is not saved, i want to capture their data in the DCW, saving the information in user.variables to use them in DW.
MW -> DCW (get user.variables) -> DW (get and use user.variables)
How can achieve that? Are the user type variables accesible from everywhere like sessions?
Thank you very much in advance