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
1
vote
1 answer

Sorting a Filtered Table based on data in another table

I have two tables (SharePoint Lists). Employees contains a record for each employee and general information about them. Overtime Records contains a record for each overtime shift worked, including the employee that worked the shift and the date.…
1
vote
1 answer

Powerapps: Patch a record based on a text input control

I am wrestling with a simple patch function to update a record based off the value of an text input control. What I want is for PowerApps to update a record where a value in a table = the value in a text input field. Table2 contains my data. …
Rob A
  • 11
  • 1
  • 2
1
vote
1 answer

Filtering a PowerApps gallery based on multi-choice SharePoint list items and sort said items in gallery

hoping someone can point me in the right direction because I can't seem to make this work. I've got a vertical gallery in my Canvas app that's connected to a customer list in SharePoint Online and I've got a text input box that I want to filter all…
Dr_Acula
  • 11
  • 2
1
vote
1 answer

PowerApps SortBy - against lookup value

This works, this is the value of the BrowseGallery1 Items.... SortByColumns(Filter([@'ExternalContacts'], StartsWith(Company.Value,SearchInput.Text)||SearchInput.Text in 'Display…
Richard C
  • 171
  • 12
1
vote
0 answers

PowerApps aggregation connection like Visio

Im creating a Powerapps application to show a line connector between one object to another. The arrow which i want to make it as adjustable and draggable. Can somebody give reference to achieve the same on that ? Rerefernce URL Slidercontrol based…
iosdev
  • 277
  • 8
  • 19
1
vote
1 answer

Display date of a given weekday based on CalendarWeek

I am working on a power app that would be somekind of a weekly TimeSheet, let`s say. Each row is a project and each column is a day/date from the week. The user will be able to choose a calendar week. Based on the chosen calendar week each column…
o.y
  • 11
  • 2
1
vote
1 answer

Maximum concurrent users in a powerapp

What is the most concurrent users in a powerapp app (using SharePoint lists)? My concern is performance, the user not having to wait because of multiple users.
Michael1206
  • 11
  • 1
  • 2
1
vote
1 answer

Is it possible to use power apps to create a login page using office365 email and password for credential submission

I'm creating a powerapp interface for a small corporation that using office365/sharepoint to log in to their network. Is it possible to use both the username or email and password to login and pass on to the next screen? so far this is what I’m…
1
vote
1 answer

Slow Navigate + Component Inefficient Delayed Loading

I'm building a disconnected (i.e. no data sources) canvas app that models a multi step form (10 steps, split across two screens). I'm running into some performance issues on Navigate to the screens which is puzzling since there is no remote data to…
MToTheA
  • 37
  • 5
1
vote
0 answers

In PowerApps how to configure the inline look up of subgrid component in a form

There are three entities Idea,Department and Expected Result. A department can have multiple expected results. An idea falls under a department.The user should be able to add multiple expected results to an Idea .The option list of expected results…
manu vijay
  • 367
  • 3
  • 13
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
1 answer

How to Embed Power App Widget in a Website?

Problem Statement: We need to make a reusable PowerApp widget which we can embed in multiple partner websites. Requirement is to provide a Workflow to the all partners which can be embeded in their websites. Query: Is there a way to achieve this…
Gaurav Anand
  • 119
  • 2
  • 11
1
vote
1 answer

Dynamically create object/variable and set its value

enter code hereIs it possible to generate a variable or object dynamically? I store some settings like standard colors in a sharepoint list (PowerAppStyling) and read this to dynamically style all my…
vilmarci
  • 451
  • 10
  • 31
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
vote
0 answers

How to bind lookup field value in canvas app newform?

I need to bind a lookup field value in powerapp new form. the lookup field value id should be pass through url or any other method. my requirement is to set the new form lookup field named 'Company' , binding the lookup field with the current site…