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 …
Making your life easier!
Power Platform is a set of tools that enables everyone to become a developer. It comprises 4 parts: Power Automate, Power BI, Power Apps, and Power Virtual Agents. See where the “Power Platform” comes from? Also, it provides tools that enable you to connect to other parts of Microsoft’s ecosystem like Microsoft 365 (former Office 365), Dynamics 365, Azure, and much more.
If you read my articles, you’ll notice that this is a big focus area. It’s quite amazing what you can do when everything is taken care of for you. Not dealing with infrastructure, servers, code, developers, and much more is a blessing. You only need to bring your business expertise, and you can deploy applications in your organization. Also, you can make your own dashboards or save everyone time by building Flows.
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 …
If you’re not a developer, the concept of “comments” can be new, but any developer friend will tell you that they are essential or not …
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 …
The “replace” function is one that shows up frequently in every programming language. The usage is simple but extremely powerful. Usage It follows a simple …
Adding attachments to an email looks relatively straightforward, but if you want to do it dynamically, it can be tricky to understand how to do …
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 …
I have to say I’m surprised by the reaction that ”Power Automate: How to access Excel with a dynamic path.” got. It’s a big problem, …
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 …