Questions tagged [powerapps-canvas]

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop. Also add the general [powerapps] tag to your question.

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop.

525 questions
0
votes
2 answers

Powerapps Search and Sort Gallery

I have a powerapps application that I have implemented sorting on columns of a gallery, but now the requirement is to also be able to search across the columns in the gallery. How do I add "Search" to the code…
tjestesjr
  • 53
  • 5
0
votes
3 answers

Can't submit 'people' data from PowerApps to SharePoint List

I have a Microsoft Power App that I'm currently developing for my company to keep track of contacts for different projects. One thing that's crucial to this is being able to input new contacts to the dataset, as it's constantly changing and…
0
votes
1 answer

Creation of an organization chart?

I'd like to know how to create an interactive flowchart like the one shown in the following images using PowerApps. I would like to be able to display for each person in charge, his team underneath and thus put the person in charge on which I…
0
votes
0 answers

How to hide the Table Name and the Unique value from Model driven app Form

I am working on a Model Driven application for an internal Purpose the main aim is to show some Training and track the details of the candidates, here we have mostly used Model Driven Forms only and now we have few changes/suggestion from the team…
KHV
  • 145
  • 2
  • 4
  • 19
0
votes
0 answers

How to prevent losing unsaved Form data when new Gallery item is selected?

I have Gallery to select records and Form to edit data. Normally, when user edited data on a Form and didn't yet submit, when changing the selection in the Gallery - all unsaved Form data is lost. I want to prevent the user from selecting new…
Pawel127
  • 63
  • 7
0
votes
0 answers

Return a combo box based on another combo box selection

I have a SharePoint list labeled GL_Loc_Dept that has two columns labeled 'GL - GL Descr' and 'Loc - Loc Descr'. Both columns are of data type choices. In Power Apps, I have a combo box for each column labeled GLComboBox and LocComboBox…
0
votes
1 answer

Power Apps Form Development

I want to develop a App in that many screens will be there in one of the screen one textbox will be there by clicking that box will navigate to another screen in that some options questions will be there and confirm button also there after answering…
0
votes
0 answers

PowerApps: Use LookUp function instead of Filter function in PowerApps Formula

I already wrote logic to: Filter ScanItems table based on Location drop down control Search in ScanAItems table based on TextBox_SearchInventory.Text Add particular columns in results Sort the result Now, the issue is with the Location column in…
0
votes
0 answers

I have a requirement in powerapps to collect all days in a month based on year and specific month

I have a requirement in powerapps to collect all days in a month based on year and specific month and i tried below…
0
votes
0 answers

Replicate word-style text table as a Power App (see pic)

I'm trying to replicate a word form as a power app for digital submission, and the important info is contained in a table something like this... The last two columns (comments and grade) are the user input fields. I want it to be formatted so that…
Omeed
  • 1
0
votes
0 answers

How to Implement a Color Picker for BorderColor Property in React PowerApp Component?

I have created a React-based PowerApp Component that includes a date picker with various property controls such as selectedDateTime, showDate, showTime, dateFormat, borderColor, borderRadius, firstDayOfWeek, and minutesInterval. All properties are…
0
votes
1 answer

Filtering Dataverse Choice Column by Combo Box Whose Items are the same Choices Object

Seems like a simple solution but it is so nuanced Google searches are failing me. I have a Dataverse table with a choice column. In Power Apps, I have a combo box whose items property is set to the choice options object from the choice column. When…
0
votes
1 answer

PowerApps TimeUnit.XXX no longer recognized since Update?

Everything was working fine until the update of components 1-2 days ago. Without any change to my specific code block. TimeUnit.anything is no longer recognized. I can still use e.g. TimeUnit.Hours in the canvas app area, the problem only occures in…
0
votes
1 answer

How do I open SharePoint Page under PowerApps

I have created a SharePoint Framework(SPFx) solution for custom development in SharePoint Online. I have added the SharePoint Framework(SPFx) app to the SharePoint page. Now, I need to open that SharePoint page in the PowerApps. Is there any way to…
0
votes
1 answer

Is there a way to combine Sort and Filter a table

I'm relatively new to Power Apps and I am trying to sort and filter my table at the same time. Sadly for me it seems to be not working. Sort( Projects; Projectnumber; SortOrder.Descending ) Filter( Projects; …