Need help to creating the robot for below scenario

Hi All,
could you please help me on this, i’m new to UiPath development,

above attached screen having 2 parts one is data fields part and another part is radio buttons selection part.
Part-1–> i need to capture the data and save it into excel document → Done

Part-2 → Second part having list of radio buttons, Those radio buttons not fixed, based on the contact search it will increase or decrease. so i need to click on the each Radio button and tap on the continue button, so that it’s navigate to the another screen, in that screen capture the all fields of data and save it into same excel document with different sheet, and if the component name is numeric, then no need to select that radio button. if the radio button component name is alphabetical, then select that radio button and navigate another screen and capture the data.
these scenario i’m trying to complete since last 2 weeks but i couldn’t complete this robot. please help me on this.

@satish_nangedda

Welcome to the community

Did you try using for each ui elementto click on eqch radio button

Inside that you can use if condition to check if the value is numeric or not

Cheers

Hi @Anil_G

thanks for the replay.
using chatGPT, i used these activities and workflow

Workflow
Find Children Activity – to identify all radio buttons.
For Each Loop – to loop through each radio button.
Get Attribute and Regex– to filter out alphabetical component names.
Click Activity – to select the alphabetical radio button and press continue.
Get Text Activities– to capture data from the new screen.
Excel Application Scope– to save the data in a new sheet in Excel.

@satish_nangedda

This also would work…

Find children + for loop = for each ui element

Cheers

1 Like

I tried the same method, but it’s not capturing the radio button inside the data.

still i’m trying to fingerroot.

@satish_nangedda

Can you show what you tried

ideally for radio button what did you indicate? you can indicate full row

cheers

Sure @Anil_G

This is my application, i indicated here like this

@satish_nangedda

If you indicate radio button then it would loop on through it

Instead indicate row and then use find children inside to get the radio button

If you indicate row you xan get any column value as you need using colindex

Cheers

2 Likes

Okay Sure @Anil_G

let me check

1 Like