Linux Tech Tip Bot
Category: Development | Date: 2023-02-14
PowerAutomate
Microsoft
Fun
Tech Tip Bot written with Power Automate
Description
When experimenting with Power Automate, I produced automation that every 10 am, my colleagues who signed up for it would receive an email with a random Linux command line tip. I achieved this by creating a Microsoft List and making the power automate script randomly iterate over the array to pick a tip, which would then be prepared for sending. This tip would not be sent again until every other tip has been sent. It was a fun experiment that taught me the fundamentals of power automate, and helped my peers and I keep up to date with the command line.