
Get Free Tutorials

Microsoft Dataverse is a powerful data platform designed to securely store and manage data used by business applications. It is a core component of the Microsoft Power Platform and is specifically built to work seamlessly with Power Apps, Power Automate,…

In Power Apps, galleries are often connected to data sources such as SharePoint lists. Understanding when and how to use the Refresh() function is essential for keeping your app data synchronized. This article walks through different scenarios using an inventory…

The Concat function in Power Apps is what allows you to combine values from a table or collection into a single string. Unlike Concatenate, which joins individual strings, Concat works directly with tables and collections. Syntax The basic syntax of…

Power Apps is a Microsoft product that enables you to build applications with low code, making it simpler and faster to create apps. Whether you are a developer or a business user, Power Apps provides tools to design, connect, and…

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…