Select dinamically a radio button

Hi,
I’m trying to automate a task where I have to check all the radio button in a page:
This is the table:
Cattura

And this is what I’m trynna to do:
The image depicts the 'Selector Editor' interface from a software application, displaying options for editing attributes, including app, title, and tableRow, and providing an edit selector preview of the HTML tags. (Captioned by AI)

Counter → Using to count the row
NomeFile → Using to create ID

Am I doing it correctly or Am I missing something?
UiPath gives me “Too many similar matches” Should I create dinamically anchor in the same way?

@Erradish

You can use for each ui element and it will give all the radio buttons and inside that you can use click activity

cheers

For each Uielement doesn’t work because it gives me this error:
Message: Error HRESULT E_FAIL has been returned from a call to a COM component.
Exception Type: UiPath.UIAutomationNext.Exceptions.UiAutomationException

So I’m trying to work with datatable and click

@Erradish

can you show selector from ui explorer

ideally i believe this is what you need to use

<webctrl tag='TABLE' />
<webctrl tag='Input' tablerow='countervariable' tablecol='1' />

counter to start from 1

if multiple tables are then then use name attribute for table

cheers

This is the selector without dinamic content

@Erradish

the tablerow that you see in table and input are not same…Can you cehck mostly the table related table row would not change…please check the same…for that better to use table name from ui explorer you can get more attributes

cheers