Hi there, so far I’ve successfully navigated to next page without having next button. But getting an ambiguity with extracting data. Same data is extracting from every page. So this is what I’ve done
- extracted data from 1st page because it has different parent ID
- From 2nd page onwards I’ve kept the workflow in a while loop that runs if the next element exists. In that workflow i’ve extracted data from 2nd page and the same type data to be extracted until the loops ends.
But my ambiguity was 2nd page data is extracting in the 3rd page even though it moves to third page. But the last page data was extracted fine(4th page in my example).
In other workflow and activity, First two pages are extracting the first data and the last page(3rd) is extracting finely as last page data.
What could be the reason? Do I’ve to modify NextLinkSelector or anything? Please post your suggestions or any solutions you can think of. Any help would be appreciated.
Thank you!