I have wrapped several activities inside a ‘Repeat Number of Times’ activity that needs to be looped 24 times. However, at the end of those same activities, there is a click activity that needs to be different every time. The first time it clicks on link 1, then link 2, link 3, etc… Should I use an array string variable? When opening the click activity in UiExplorer, the only property that is changing is the class name.
class=‘job-card-container relative job-card-list job-card-container–clickable job-card-list–underline-title-on-hover jobs-search-two-pane__job-card-container–viewport-tracking-1’
If I indicate the second link element, the ‘viewport-tracking-2’ will show with the rest the same. Link 3 would show ‘viewport-tracking-3’ etc…