Make Data in Excel

Hi,
I am kinda new in RPA and right now just start learning Uipath.
I want to do an excel automation but facing a problem.
I want to make a dummy data of persons in excel. The data are fetched from a site named Fake Name Generator [https://www.fakenamegenerator.com/] .

The Problem is I am able to add data only one time.I want info about multiple persons and generate new data every time and add in excel.

1 Like

Hi @mbs_rishabh

In case you want to have this process to run multiple times to get more than one fake name data, you can try adding a loop. Within the loop, you can have the activities to extract multiple user data.

So try using a Do While or While loop with a condition set to may be like Counter < 3 to extract multiple user data.

Let know whether it helps

1 Like