Your flow has a new trigger URL

Just a heads up (am I late to the party, though?) If you are using “Request” triggers in the Power Automate flows, you may start seeing this kind of emails in your mailbox. In my case it’s not a big deal, since those are my own flows, but, in general, this might be interesting: To… Read More »

AI Isn’t Broken, We Just Expected Too Much

I didn’t plan on writing this, but judging by my LinkedIn feed, the tide has turned – and everyone’s kicking AI while it’s down. “AI can’t do math.”“AI fails logical problems.”“AI hallucinates and lies.” Sure, sometimes it does. But here’s the question: why did we expect anything else? What we mostly call “AI” today are… Read More »

Category: AI Tags:

GPT 5 has failed to deliver? Or has it not?

Some of us would say GPT 5 has failed to deliver. With all those posts trying to count characters or ask GPT 5 to solve logical problems where it keeps failing more often than not, it’s not that difficult to see why that would be happening. I don’t necessarily agree, even though one thing is… Read More »

Category: AI Tags:

Attack of the AI agents?

We keep saying that developers are not just “coders” – they have to understand requirements, they have to participate in the meetings, they have to do the estimates, they have to do demos, they have to process feedback, they have to implement proper security, etc. So, of course, an AI coding agent can’t replace developers.… Read More »

Category: AI Tags:

You can bypass custom plugin logic, but you need permissions to do so

As you are probably aware, you can bypass custom plugin execution logic in your code by adding this kind of code: request.Parameters.Add(“BypassBusinessLogicExecution”, “CustomSync,CustomAsync”); This is as per the link below: Bypass custom Dataverse logic – Power Apps | Microsoft Learn What I did not realize, though, is that the user account running this code needs… Read More »