I have a project where the bot needs to select a checkbox that is not labeled “TEL”. However, the bot currently selects the first date checkbox every time. I need the bot to select the last checkbox that isn’t labeled “TEL”. The checkboxes can only be selected using their idx value, so I’m using the find element activity to get the idx number of the date and passing that idx value to select the checkbox. Additionally, I cannot use the “For Each UI Element” activity on this page.
Is this web? If so, in this case, first get DataTable using TableExteaction then identify necessary row number using ForEachRow or LINQ etc. and use GetText using tableRow attribute.