How to move emails in a shared mailbox in Power Automate?
Dealing with shared mailboxes was quite hard up until a few months ago. Shared mailboxes have to get many emails, so automatic parsing and archiving …
Making your life easier!
Microsoft Power Automate is an automation tool that is super powerful and quite accessible to everyone. Each article is a step-by-step tutorial that teaches you how to build your automation in Microsoft Power Automate. Time spent automating day-to-day tasks always pays off since you free precious time to do other, more complex tasks. And who doesn’t need extra time? If you’re a pro, I’m sure you can find something useful and learn.
Dealing with shared mailboxes was quite hard up until a few months ago. Shared mailboxes have to get many emails, so automatic parsing and archiving …
When it was introduced, this action was a reason for joy in the community. Previously we only could run other Flows using the Request Trigger, …
The Scope Action is not commonly used, but it’s a super important one. Overall it doesn’t change your Flow, but it provides context to your …
I have to admit that the “sub function” and all the other analogous functions (add, mul and div) are quite strange. This function will subtract …
I can say with confidence that the condition action is one the most used actions in Power Automate. It’s simple in nature and instrumental in …
I’m sure you need to filter arrays all the time. It’s a common action, and it’s simple to do – if you have only one …
The “Apply to each” Action is one of Power Automate’s most used and useful actions. Since many actions return arrays, it’s useful to have an …
The length function is handy to get the size of a string or the number of objects of a collection. So you can use it …
I’m sure you noticed by now, but if you didn’t, here’s something you should know. When you do a “Get Items” from a SharePoint List, …
The “indexOf” function is essential for data parsing. You’ll rarely parse some text and don’t use this function. It returns the first occurrence of a …