Variable scope in framework

I’m trying to use the same variable in multiple xaml files, but the variable scope is hindering this and I cannot widen the scope. I have tried to make the variables into arguments instead and then import the arguments, but this has also not worked.

@epinder, hello and welcome to the community

The below thread has some interesting suggestions on how to achieve this, please check it out and let me know if it helps:

If you want a variable to be shared among multiple workflows you need to pass it as an input/output for all those components. The OUT part of IN/OUT is to save any changes to the variable from one workflow to the next.