Power Apps: Concat Function
It’s funny that there are two functions to perform concatenation of “stuff.” Some people get confused when thinking about using one or the other, but …
My place for experimentation, reference, and learning, where I distill what I learn so that you can learn also.
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.
Articles will come on Tuesdays at 7 pm once every three weeks since I’m publishing at the same timeline articles about SharePoint and Power Automate. Reference Articles will be published every Friday at 7 pm also every three weeks.
It’s funny that there are two functions to perform concatenation of “stuff.” Some people get confused when thinking about using one or the other, but …
You know that Power Apps can help your organization a lot, but your boss is not convinced yet. How to convince your boss to invest …
I have this idea on my mind for a while, ever since Microsoft announced Geospatial Features in Power Apps. I was curious when it was …
Microsoft’s products are amazing and their integrations are amazing, but one of the handiest is the integration between Power Apps and Power Automate. I like that …
Every programming language has a variation of the “concatenate function,” but I like a lot the Power App’s implementation of it. Concatenation means creating a …
A while ago, I wrote an article about SharePoint best practices, and I think it’s a good time to start one for Power Apps. Like …
The StartsWith is a handy function that allows you to check if a text string starts with another. Usage It follows a simple pattern. Text …
The Trim function is one handy function that most don’t understand the proper usage since it only serves one purpose. It is removing spaces. It …
The TrimEnds function is one handy function that is often confused by the Trim function since it works closer to the way developers are used …
A few weeks ago, I published an article going over an experiment that we did with timesheets that failed. You can read all about it …