Horizontal and vertical scrolling in gallery

Power Apps – Canvas App. Gallery Control Feature does not allow us to scroll in both side. Manually make use of the Slider control, this feature is achieved Problem statement In Canvas App, when we have table of records to be displayed to the user for processing, Gallery Control Can be used which can be […]

Access Global Variable and Collection in Component

Access Global Variable and Collection in Component without using Input and Output Property Problem statement We can use collection and Global Variable in Power Apps Components using Input / Output Property. Without using this property, we can able to access Global Variable and Collection in Power Apps Components. Declare Collection “ColMenu” on App on Start […]

Change lookup view in Model Driven App

 Change view of lookup in Model Driven App Problem statement We know that we can easily display the required columns in canvas app by selecting the fields in a data source. In Model Driven app also, this is possible to display the required columns for a table. Open a Model Driven app, Select the new […]

Change search columns in Model Driven App

Change search by columns in Model Driven App Problem statement We know that we can easily change the search by columns in canvas app by selecting the fields in a data source. In Model Driven app also, this is possible to achieve. Open a Model Driven app, select the new tab. After opening the form, […]

Filtering of gallery based on the drop-down value

Filtering Gallery Based on Dropdown Value in Power Apps Problem statement If we use the data source directly in the gallery, we may face delegation issues. To avoid that, we can use a drop-down to filter a gallery. Resolution Write a Code as mentioned in the image. Gallery before filter function, Gallery after applying a […]

How to create a pop-up screen in power apps

Pop-up Screen in Power Apps Problem statement In Power Apps, we can navigate to different screens by using the Navigate Function. But we can’t directly use the pop-up screen for Power Apps. A simple step to create a pop-up screen in power apps as explained briefly below. Resolution We can control the visibility of the […]

How to give different colors for alternate row in gallery in Power Platform

How to give different colors for Alternate Row Color in Power Apps Gallery Problem statement Generally, we can give only one color code (Template fill) to the rows in a gallery Resolution We can give a different color code to the alternate rows in a Gallery. We can use the Collection instead of directly mapping […]

How to remove create access to the Drop down

How to remove create access in power apps dropdown Problem statement In Model Driven app if you mapped a Table (Data Source) to the drop down, in the bottom of the drop down you can see the Create icon. It allows the user to create a new record to the mapped table. We can restrict […]

How to Display Images in Power Virtual Agent

How to Display Images in Power Virtual Agent Problem statement In Power Virtual Agent, we can define the questions and answers (basic conversation). But we can’t use the image directly as a response. Resolution By using a simple Power Automate flow, we can display an image as a response in Power Virtual Agent. Create a […]