Power App: DateTimeValue function
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 …
Making your life easier with automation
This Power Apps function reference has two main objectives. First, to explore the fundamental concepts and understand them better. The second is to provide some feedback on how to use them efficiently.
I don’t want this Power Apps function reference to replace the excellent Microsoft reference, but I want to augment it with some information that you only find once you use the tools.
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 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 …
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 …
Color makes everything better, and it’s an amazing way to help highlight elements, make the UI easier to use and read, and much more. The …
The choices function returns a table of elements that we can choose from. Note the return “table,” meaning that we can use other functions like …
The Len function is highly versatile and super useful. It is also a function used in all programming languages that I know since it serves …
Not all data lives in data sources and, once in a while; it’s useful to generate a table of objects that lives in your App. …