Hello - I was wondering if I could create a variable and inside the default value of that variable use another variable to define it.
example:
VarX default value is 123
VarY default value is VarX.tostring + “XYZ”
Can the first activity in the workflow print VarY as “123XYZ”?