I am using the Web Recorder to pick out data from an online order screen. With a varying number of items per order, defining the exact UI's to be processed in the iterating loop is currently problematic. I suppose I could define some kind of static List/array, and could always error out if the UI is not present, but that requires web recording the maximum size order which can fluctuate greatly.
I can't have been the first person to run into this situation. How has it been handled in the past? Thanks for everyone's help!