Category: function
-

Copilot Studio – Agent flows
This new feature will make Copilot Studio a truly advanced tool. What are the Agent flows? These flows allow users to automate tasks with structure and consistency, all with the support of AI to efficiently manage even the most complex scenarios. Agent & Agent flow Agents allow us to design intelligent entities that perform tasks…
-

Power Apps SetFocus() Function
There is a very interesting function in Power Apps that improves user experience: SetFocus(). The question I asked myself is: “Is it possible to suggest to users which field to fill out? And the next one?” Yes, it is. I open my app and create something like the following image: On the “Arrow” button, I…
-

Power Automate dateDifference() Function
Microsoft recently introduced a new function. dateDifference() It may seem trivial but it is not. The functions in Power Automate help facilitate the workflow we are developing and make it more efficient (with fewer steps). Until recently, we would have had to rely on the ticks() function, which is much more complex. Using the new…