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.
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.