ContributionsMost RecentMost LikesSolutionsCount Feature's Use of External Data in a Complex ScenarioHow does the complex scenario count feature work with variable data from an external data source? For instance, our intention for a complex scenario would have 3 scenarios: Scenario 1 - Count 1: Log a user into a web application. Scenario 2 - Count 3: Click a link with a dynamic variable that is unique to the provided user. Each iteration of this scenario should grab a different id that is still unique to the user Scenario 3 - Count 1: Log a user out. The intention is to run this complex scenario concurrently for a number of different users whilst at the same time have scenario 2 use a unique set of ids per user. Thanks! Phil