Hi, I am trying to run an ordered list containing 10 items (these items may need to be increased depending on the scenarios required). Currently, I am executing each item in the order separately. The reason is that if I try to run all of them at once I am getting an error message mentioning that "The following items were included in the run list more than once. These items will only be run the first time". Is there way that I can execute all the items in the ordered list at once? Alternatively, is there a way where I can call the items in the ordered list through another script and execute them one by one? Thanks
... View more