Desktop Automation Citizen Developer Foundation Course | UiPath Academy

Hi all, I have tried to complete this scenario given as practice and as I am unable to see the solution clearly, was wondering if anyone is able to let me know if what I have done is correct or not

I used the below process:

Use App/Browser (Selected the link provided) >>> Wait for dowaload (Indicated the download button, gave a variable to the downloaded file) >>> Use Excel File (Used a template) >>> For each excel row (Has headers) >>> Get text (Chose the first column from the template) >>> Type Into (Indicated where to input info from browser in Step 1) >>> Repeated the steps with all other fields

Thank you! Feedback is much appreciated or if is any other way this can be done efficiently :pray:

Instead of this use Get Cell activity

Thanks @ashokkarale! I don’t know why but I am unable to see the ‘Get Cell’ option.
Will the process have a big impact if I change this from ‘Get Text’ to ‘Get Cell?’

@Umesh_Ganesh,

I won’t say it would be a big impact but it’s good practice to use Excel activity - Get Cell - built for this purpose instead of more generic activity - Get Text.