How to generate an Excel ID to access data in Power Automate
Everyone uses Excel in one way or another, so the next logical step is to integrate it with Power Automate and create some automation on …
Skillful Sardine
Problem Solved is one of my favorite sections, or at least the articles I have the most fun writing. Here is where I solve a problem that bugged me for a while and shared the solution to you, so you don’t have to spend time looking for it. All posts will be within the theme of the website, so don’t expect programming solutions, for example.
I call it “Problem Solved” since it’s my way of saying “Fixed, let’s move ahead.”
These posts will be somewhat sporadic since there’s not always things to publish. Depending on the subject I’ll either post them on the Tuesday and Friday schedule if they fit the theme or, I’ll give you an extra article(s) that week for your enjoyment. There’s no defined schedule or plans to write new posts, so I’ll write as soon as I have current information to share.
Everyone uses Excel in one way or another, so the next logical step is to integrate it with Power Automate and create some automation on …
Python is one of the most popular programming languages for data analysis, automation, and artificial intelligence. It’s my favorite programing language by far, and I …
Many things can be done in Power Automate or using Microsoft Graph, but not everything. For certain things, Microsoft requires us to use PowerShell scripts. If you’re not …
The other day, I cool question that I didn’t have the answer to, but got me super excited to find a solution. How can we …
You might need to access your Flow’s name when building complex Flows for various reasons. You may create a custom logging system, want to include …
When working with data in Power Automate, you’ll often encounter strings that need to be converted to integers for calculations or comparisons. This is a …
Power Automate’s “mod” function helps you find the remainder after dividing one number by another. While it might not be the first function that comes …
The “dateDifference” function is a powerful tool for when you need to calculate the difference between two dates. It gives you a reliable way to …
This is a long-overdue article from me. I wrote an article a while ago about generating a link to an email, but I’ve received a …
The “workflow function” is one of Power Automate’s most useful functions, especially when you need to reference information about your current Flow. While not immediately …