Get text of only checked items

Hi All,

I want the BOT to extract date relative to the checked checkboxes from the list of dates.
Please find below screenshot and suggest how it can be done.

Thanks
Somdates

You can get it using Get attribute activity of checkbox.

yeah…i tried doing that…but the issue is there can be more than 1 billing date selected and BOT has to extract all the dates of relative to checked checkboxes

@somya177,

You can get all the data including the checkbox, then using filter you can remove the unselected values.

do u have any sample on how to do it?

using extract datatable activity it is not extracting checkbox…only the dates are getting extracted

I am not sure from which webpage you are getting data, once you scraped the data as the datatable, then you can use filter datatable activity and filter it with the required value in that column.