• Connectors are the bridge between Power Platform apps and the outside world. They let Power Apps, Power Automate, and other Power Platform products talk to services like SharePoint, Dataverse, Office 365, Google services, YouTube, and hundreds more. Exploring the Power…

  • Combo box and drop down controls look similar at a glance, but they solve different problems. If you’re choosing from a short, single-select list, the drop down is simple and effective. If you need search, multi-select, or richer display, the…

  • Tooltips in Power Apps are small popups that appear when a user hovers over or taps a control. They provide helpful guidance or instructions, improving the usability and overall user experience of an application. Instead of leaving users guessing what…

  • The List Box control in Power Apps is ideal when you need to display multiple items at once and support selecting several items simultaneously. Here is a practical walkthrough—from adding the control and formatting it, to connecting external data and…

  • Power Apps provides a powerful way to build custom applications that connect to different data sources. One of the most common requirements in these apps is the ability to search records efficiently. In this article, learn how the Power Apps…

  • Power Apps formulas are the building blocks of app functionality, enabling users to create powerful applications with minimal code. What Are Power Apps Formulas? Power Apps formulas are instructions you provide to Power Apps so it can execute actions. They…

  • The Concatenate function in Power Apps is used to merge multiple strings into a single string. This is particularly useful when you want to combine text from different sources such as labels, text inputs, or even data from tables. Syntax…

  • Power Apps provides a powerful way to build business applications quickly, and one of its essential components is the data card. If you’ve ever worked with forms in Power Apps, you’ve already encountered data cards—even if you didn’t realize it.…

  • Learn how to create dynamic filters in Power Apps using dropdowns, text input, date pickers, and radio buttons to filter records in a gallery. Overview In this tutorial, you’ll learn how to apply multiple filters to a Power Apps Gallery…

  • Introduction In traditional programming languages like C# and Java, the Do While loop is a common structure that allows code to run repeatedly until a specific condition is met. Power Apps does not natively support this loop construct. However, with…