What is the best automation software?

Hello everyone.

I am looking for automation software that can read a csv file and put the information into some data fields. I can not be very specific about what I am looking for because it is for work, but the closest analog I can think of is that I am basically making gmail accounts in mass quantities.

I am currently using UI path, but it will only run through a few loops before it freaks out.

I don't care what OS it works on either. Linux, windows, and OSX are all good.

1 Like

What are you putting the data into? A program, webpage, spreadsheet?

We use HAL where I work.

web page.

to be more specific, I want to take information from a spread sheet and put it on a webpage.

Like to populate text fields or like dynamically update the HTML with the new information?

Populate text fields.

Basically like I said in my first post, I am trying to make gmail accounts in bulk. So I would copy their name and email over and hit the submit button.

UI path does everything I need it to, but its not very stable.

You can do bulk imports with gsuite it seems, if you are using google cloud or education services.
https://support.google.com/a/answer/40057?hl=en

Have you tried to contact UI path support to resolve issues with the software, especially if it is unstable or crashing? It looks more capable than anything else I could have suggested.

Done this with autohotkey before. It was a ton of alt-tabs, copy-pastas, and tabbing around the text fields but it worked. Could have been done better with something else I'm sure, but it was what I had at the time.

AHK saves me hours in work, its a good programme.

I have had good luck using iMacro for web automation. If you check it out, make sure you use version 8.9.7. The newest version is broken for some reason.

Foxtrot