How to store the first transaction value in variable because when run the second transaction that time first transaction value is coming null?
Assuming you’re using the REFramework, have an If activity checking if the TransactionNumber = 1. Then if it does, store the value in a global variable using an assign statement. This will be a new variable you’ll need to create in addition to what’s available in the REFramework.
1 Like