Creative

How to Edit records by using Edit Icon in Canvas App

If you want to Edit Records By using Edit Icon follow the below steps: Step-1:First open the Screen, Where you want to Edit records by using Edit Icon. Step-2:Next add edit icon on to the gallery. Step-3:Now paste the below code on Icon. Navigate(Screen6,ScreenTransition.Fade);Set(Varselec...

Creative

How to display Alert message for InCorrect password

If you want to display Incorrect password Alert! Incase you will enter Wrong password follow the below steps: 1.First you have to open login Page, Then click on login button. 2.Paste the below code on to the button. If(Password.Text=”Uma54366″,Navigate(‘Welcome ScreenR...

Creative

Login form On Canvas App for Beginners

If you want to create a login page in Canvas app follow the below Steps: 1.First you have to login power apps with your credentials. 2.Next,Open blank canvas app —>Choose either tablet or Phone. 3.Next open two blank screens one is for Login and another is for Welcome page. Step-1...

Creative

Exploring Containers in PowerApps

In PowerApps, containers are controls that help you organize and arrange other controls on a screen. Login->make.powerapps.com Containers in PowerAppsThere are three main types of containers: Containers, Horizontal containers, and Vertical containers. Each container has its own benefits...

Creative

How To Add Advanced Filter List-2 On Power Apps Portal

In this Blog ,We Filter the list by using checkboxes/Radio button/drop-down list, each of which tries to match its condition against a specified attribute of the given table. If you want to add Filter in Entity List for to filter records in PowerApps Portal follow the below steps: 1.Naviga...

Creative

How To Create A Beautiful Accordion In PowerApps

IntroductionWhen you have a large amount of data or FAQs to show on a canvas PowerApps, you can make use of accordion. We know that accordions are useful when you want to toggle between hiding and showing a large amount of content. In this article, we will learn how to develop an accordion...

Creative

How To Add Marquee (Scrollable Text) In PowerApps

IntroductionIn this article, we will learn how to make use of timer control to create a marquee label in PowerApps. If you need to develop a scrolling text in your canvas app, this article will help you to write a logic for the same. We will make use of a timer control to update the [&hell...