How to check if number of pages is more than 1 for corresponding reports.The report having more than 1 page needs to be saved

How to check if number of pages is more than 1 in the last column for corresponding reports which I have made invisible.
The report having more than 1 page needs to be saved in PDF format.

The page numbers change on everyday basis

Total number of record is always 12 as mentioned at the bottom left corner.

Any help in this regards would be great!

Thank you
Archana Gaur

have you first tried scraping / reading the table into a datatable?

If yes, then you could use a for each row loop and then an if decision (CINT(row.item(“# of Pages”).ToString) > 1 Then Save Else Skip.

Hope this helps.

Thanks,

Tim

1 Like

Hi @TimK,
I tried scraping and reading the data table, however did not tried the other part which you mentioned.
I will try and let you know shortly
Appreciate your help!

Thank you
Archana Gaur