03/15/2025
What exactly is software automation?
I'm sharing an example here for fun. RPA is capable of very complex tasks but sometimes you just need something simple.
This software robot goes into my Dollar General account and assigns any new digital coupons. Once it gets to the coupon page, it looks for the "add Deal" button and clicks on it. Then it moves the page down slightly as it continues to look for more buttons. At one point you notice the 'Add More" button becomes visible so the robot sees it and clicks on it so it can continue to add the new ones.
I don't ever have to wonder if my coupons are in my account when I am in DG. 😏
You will notice the process is slow. That's because the DG website can be slow to reload after clicking the button. The robot can move as fast as you can click a mouse but if we did that here, it would error because the webpage would lag.
When you write automation, the top priority is accuracy. Once you get accuracy then you have to get consistency. Only after you have those two solid do you worry about speed. In this case, I don't care about how fast it can click the button.
If you have tasks that could benefit from this type of technology or anything data management related, please feel free to contact me to explain your challenges and see what I might be able to do to help!