Hello,
I’m using REFramework.
Inside of process.xaml I have If statement where one variable is taking value depends on is it true/false.
But In Process Transaction on Exit statement I make one report that append everything from the transaction in one Excel file.
I need to append the value from the IF statement that take the variable.
This is my if statement with my variable Result(string)
So she must be passed somehow to Process Transaction at Exit Statement.
But when I start type the variable into my add row to append every single transaction to my report, variable is not existing.
Maybe I need to pass the variable to argument? But How?