Tag: function
-

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…