Good morning,
I am trying to check checkboxes in the attached for each loop. I search the row of the checkbox via the ‘aaname’ attribute, save it in a variable and select the checkbox in the relevant row. It works perfectly fine for the first item in my array but only for the first one. It doesn’t throw an error or anything for the second item but just doesn’t execute the check activity and the checkbox remains unchecked. This is not only for the second item but for all others too, it only works for the first item. I’ve already tried to go through my workflow step by step but couldn’t find the cause.
Does anyone have a suggestion what might cause this issue?
The selector of the ‘get attribute’:
“ ”
And the selector of the ‘check input’ activity:
“ ”
Many thanks in advance.
Best regards.