Day 86 #100DaysOfCode turned out I need to wait a bit for setting up my training SAP account a bit longer than I anticipated, therefore I decided to move on and learn some more about UiPath Orchestrator #RoboticProcessAutomation
Day 80 #100DaysOfCode quite productive Sunday:
✅moving files
✅path exists activity
✅adding more fluidity to my bots
Finally I feel like my UiPath bots are beginning to look more like my scripts in Python - thought through and bug weary :)
#UiPath#RoboticProcessAutomation
Day 78 #100DaysOfCode Back with a new project - this time automating background removing for photos using a webpage. Making use of:
✅Directory.GetFiles
✅storing files in the variable in array of objects
✅looping through
The rest - tomorrow :)
#UiPath#RoboticProcessAutomation
Day 77 #100DaysOfCode been away for a while, just to come back on a new machine, today is the day to configure everything and make some changes to my already written bots, everything works like a charm, and kicking, even faster than before 😍
#UiPath#RoboticProcessAutomation
Day 75 #100DaysOfCode Finished a bot that looks for the IP addresses location - first reads the addresses from the excel file to a data table, and then cycles through them scraping country, city and region, and writes the data back to excel #UiPath
Day 76 #100DaysOfCode Today I've learned:
✅how to pass variables between workflows
✅how Direction works for arguments
✅using math expressions to calculate things in a workflow
#UiPath#RoboticProcessAutomation
Day 73 #100DaysOfCode Today I put my skills to a test, and wrote a bot that scrapes the Coronavirus data from a we site, for a chosen country and sends the stats by email.
#UiPath
Day72 #100DaysOfCode I finally managed to find a bug in my email automation bot 😅 I used inproper variable at first and couldn't figure it out for a bit 🙈
#UiPath
Day71 #100DaysOfCode Back to my Email Automation robot. I wanted to create a report listing what was actually completed using a list - this feature does not work as I wanted. Otherwise everything works like a charm. Tomorrow is a good day for debugging
#UiPath