Recent Posts

Remove variables from apply to each action

4 minute read

Using variables inside your flows can be quite handy. You can store data in them, update the data, and append it to string or array variables. There is one s...

Calling Approval Follow ups via HTTP calls

2 minute read

Recently, I encountered a case where I needed to send a Follow up via Power Automate Flow, to automatically notify users about pending Approvals. Let’s take ...

Hide button on all entities

less than 1 minute read

Lately, I was wondering, if there is a way to hide some buttons through the whole environment. I have been using Ribbon Workbench to hide buttons for specifi...

NTLM Authentication with HTTP Client

2 minute read

In rare cases you will face a system which is secured by NTLM Authentication. It can even expose a REST API. In this blog post, I will show you how to easily...