Creating a Dynamic Navigation Bar using SPFx Application Customizer

Building a Dynamic Navigation Bar using SPFx Application Customizer consists of several tasks starting from how to set your development environment and building the navigation component itself, deploying it to a SharePoint Online site, and configuring the dynamic navigation links. In this scenario, a detailed explanation on how to implement such a project using SPFx(Sharepoint Framework) and the Application Customizer […]

PowerApps 10 Quick Developer Tips

In today’s fast-paced tech landscape, PowerApps offers developers a powerful tool for creating custom apps quickly and effectively. Here are 10 essential tips every PowerApps developer should know to boost productivity, optimize functionality, and enhance the user experience. 1. Leverage Power Fx Formula Language Power Fx is a low-code programming language developed by Microsoft, specifically designed for use within the […]

How To Fetch Items From SharePoint List To PowerApps Gallery, Calculate

In this article, I’m going to demonstrate how Sharepoint List Records are fetched to the PowerApps Gallery Control and, in the gallery we’ll be calculating some values as per the requirement, then those calculated values will be updated again to the List. STEP 1 – Creating a List List Name: Calculation ItemName: (Single Line Text) Quantity: (Number) UnitPrice:(Number) Total:(Number) Create […]