I have an Account Auth & Retrieval scenario that I’m currently building.
The issue im finding myself running into is when i run the scenario as intended without the common path linked up (Branch 4 of the router) it returns the two test account details along with all the relevant data as intended. But when i add the Common path (Branch 4 of the router) to converge all the set multi variables, the scenario only returns a set of results for only one of the test accounts before moving onto the common path and trying to complete the scenario.
Is there a way to prevent this from happening until each branch has returned the full set of data for both test accounts or will i have to create a new scenario and pull the Set multi variables in that way once this scenario completes without the common path?
how did you name the variables? Are they all with the same names? Cause in that case the latest set variables module defines what is in there and the get variables module will only return those. You need each path to have uniquely named variables to be able to pull all of them on the 4th path.
Each set Multi Variable module is named something different. I’m gathering information on the 4th branch , but its only gathering 1 accounts information and not the the other.
For example when i unlink the 4th branch and run the scenario i will get about 630 bundle returns for the booked transactions and 6 for pending transactions. Then when i link the 4th branch i only get 315 bundle returns for booked transactions and 3 for pending transactions. So when the 4th branch is linked, the scenario is only returning 1 accounts data before it pass’s onto the 4th branch.