Previous of previous week dates

So can you able to datascrap this data from website? @minal.patil

If yes do that and save them in a datatable

  • Counter =1
  • For each row in datatable and in the value field give the extractdatatable variable
    • If activity and the condition will be
      String.Join(",",ListofDates).Contains(CurrentRow("Invoice Date").ToString)
      • True → Click and use dynamic selectors with the attribute of idx there to click on the correct
        • ASSIGN Counter= Counter+1
      • Else → Leave it empty

You can check here for dynamic selectors

Regards
Sudharsan