Power Automate: Power Apps (V2) Trigger
Earlier in the life of this site, I wrote the reference to the “PowerApps” trigger and its capabilities. It served us well, but now we …
Making your life easier!
Power Apps is a platform that looks complex and difficult to learn, but it’s quite the opposite. It provides a simple and straightforward interface that allows you to do advanced apps quite efficiently. I write these articles with step-by-step tutorials to teach you how to build your apps in Power Apps. Once you understand these concepts, you will be able to, develop, and provide rich apps platforms with not a lot of work. You can even, automatically, offer these for mobile usage, desktop, and even web. If you’re a pro, I’m sure you can find something useful and learn something.
Earlier in the life of this site, I wrote the reference to the “PowerApps” trigger and its capabilities. It served us well, but now we …
One of the best things about the Power Platform is that the tools can be easily connected, so you can easly send parameters from one …
Converting dates is challenging and having a function that does that for us is pretty amazing. The DateTimeValue function does that for us. It converts …
IsToday function is what I can a “nice to have” function, and I’m happy it exists. Although you could do the math yourself, having a …
GUID stands for Global Unique IDentifier, and it’s a market standard that is represented by “xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx “. Alternatively, since the structure is always the same, …
Dealing with dates is a standard action, especially when it comes to user-facing applications. Today we’ll focus on the DateAdd function and how we can …
The integrations between Power Automate and Power Apps are exceptional, and you can easily trigger Flows from Power Apps. You can even provide information from …
The week number is a function that represents the week’s count starting on the 1st of January. So the week that contains the first day …
Did you know that you can pass parameters in the URL? Sending parameters this way will enable your App to react and adjust to settings …
Week numbers are useful but not for everyone, I reckon. They represent the number of the week of the year starting at the beginning of …