Hi;
I need help with something. On the page where I am trying to get data, the div order is different on some pages, so I cannot get data on those pages. For this reason, I added an element finding flow in the 2nd version div. But the problem is that if it cannot find it in the 1st div path, it should try the 2nd path and continue on its way.
In any case, both paths must work simultaneously. So, if there is no result in the 1st way, one should continue with the 2nd way. And when all the pages are completed, the workflow should end in the order I sent.
How can I solve this? A simple example would be very helpful.