Questions tagged [powerapps-selected-items]

71 questions
2
votes
1 answer

GroupBy Function NOT displaying Gallery Tiles in PowerApps

This Question is an Extension of my previous question, located here. When I use the Filter code mention in my Question. The Gallery is displaying System Names. However, when I try to wrap my Filter code with Groypby Function as mention by…
2
votes
1 answer

Submit button overwrites previously populated rows in excel table in PowerApps?

I am creating a form where end user can submit their form entries by clicking Submit button. The Datasource for this task is Excel table. I created 2 screens.[SEE BELOW FOR MORE UPDATE] Screen1 contains Summary of many systems (Sys1,Sys2,Sys3...) in…
1
vote
0 answers

PowerApps Gallery Default Selected Record

I have difficulties figuring out how to dynamically select a record in gallery. Usually, when I connect a datasource to the Gallery and have an edit form, I would set a gallery "Default" property to a variable, for example, "CurrentlySelectedItem",…
1
vote
1 answer

retrieve Value from SQL Table using powerapp

I have 3 form inside the screen which are Period form It display a period (that table have a field 'aphid') Activity form It display the Activity Sequence and Description (that table have a field 'actid') Week Form I want to retrieve the…
1
vote
0 answers

Add filter conditions in PowerApps Filter dynamically

I have a combo box and in the filter formula one of my conditions is to filter records from a SQL data source where the column value is same as the one selected in the combo box. I have implemented that. Then the requirement changed to make it the…
1
vote
1 answer

Prepopulate the ComboBox using comma-seperated String

The string looks like: teststring = "Sunday,Monday" In combobox's DefaultSelectedItems when I write like this, it works. How can I make this kind of format dynamically using the above teststring (even when teststring changes to something else)??
1
vote
1 answer

Based on Radio button selection how to change drop choices in powerapps

I have a radio button and a dropdown where options of radio button: [Employee, Student]. How to change the values accordingly based on radio button selection. Onclick of Employee the drop down choices should be as[emp1,emp2,emp2] onclick of student…
user1877936
  • 351
  • 3
  • 7
  • 22
1
vote
1 answer

Edit Form displaying the same id from the first row in the Gallery

I am trying to pre-populate my EditForm1 by passing on my > button via OnSelect: Set(varSelectedRecord, ThisItem);Navigate(Screen2) that sits within the Gallery1 The EditForm1 has Item: varSelectedRecord The result is the following. As you can see,…
1
vote
0 answers

PowerApps: Data table as context variable for deletion confirmation modal

I'm currently trying to create a Microsoft Teams Canvas App using Microsoft PowerApps. Within my App I've got different galleries displaying the data of different data tables. Now I've implemented a confirmation modal for data deletion, but…
1
vote
1 answer

How to update color change of TemplateFill in a Gallery in PowerApps?

I have 2 screens and DataSource is Excel Table. Screen 1 contains Gallery of Systems, and the TemplateFill property of Gallery is set to below code.Below code is filling System tile according to their previous status. Now, in Screen 2 I have signup…
1
vote
1 answer

How to display only certain column values from a sharepoint list when pressed on a button tab in Power Apps?

I am creating an app in Power apps based on a Sharepoint List. Consider it has two pages.In page 1 I have 2 buttons b1 & b2. When i click on b1 it should go to page 2 & display only some of the column values in my Sharepoint list.And the rest of the…
1
vote
0 answers

Merging two similar records in powerApps

I've a collection as shown in the Image: Now i have to merge both Sharepoint;Nintex and Nintex;Sharepoint into one record in final collection i.e as SharePoint;Nintex by removing the duplicate Nintex;SharePoint one
1
vote
1 answer

Adding "InputText" to existing link?

First question I have asked on Stackoverflow and looking for some advice/ help. I am using Powerapps to provide a front end that will allow the end users to search for a document and then be able to see it/ open it. I am sure it is possible but I…
1
vote
1 answer

How can we set permissions in Powerapps such that the creator of an application only can access the application within the enivironment?

In Microsoft PowerApps within a environment there will be many users. each one create their own application. in that case i need that , a single user should only see the application created by him within the environment.How can we set that…
1
vote
2 answers

Valid checkbox is checked in PowerApps

Happy Tuesday! What is the best approach to valid that checkbox is check before submitting the form in PowerApps. Thank you in advance
1
2 3 4 5