I can easily extract all the issues from the first page, which are the first 50 ticket numbers. The ticket numbers are dynamic and can be more than 50 as shown in the screenshot.
How can I allow my BOT to read all the ticket numbers?
I can obviously use click. But the pages are dynamic so the click wont work.
Any ideas?
Thanks a lot.
In this scenario you can use Table extraction, the data will looks like Table structure, so by using Table extraction you extract whatever the data you want.
and for scenario to extract the data from multiple there will be a option to extract the data from other pages as well.
I have a follow up question.
Definitely table extraction worked. But, as it is JIRA page. The page doesnt open up with the URL as the Login fails.
When I add a normal http request activity with login for JIRA before the table extraction it still doesnt work.
Any ideas how can I manage the login?
Are you using Modern activities for your login sequence?
Modern activities supports validation, where you could for example add a validation on your Click Login Button, to check whether a LogOut buttonappears.
(Or Login Button disappears).
Validation also supports retry, if for example you want the bot to click the Login Button again.