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
2
votes
1 answer

How to trigger a Power automate flow at a specific time (not schedule) using Canvas app?

So I am trying to build this application using powerapps. In the application, the user can set a specific time at which an event should occur (example sending an email or make a social media post at the specified time). So my approach for building…
2
votes
0 answers

PowerApps potentially mishandling Dates due to locale/device settings

We have an app that is deployed onto users smartphone devices. This app is designed to capture the users "availability" for the month. The app gives them a month view of every day within a month, with a toggle switch next to each day. The user then…
2
votes
1 answer

How to perform a group by with aggregation on a collection in PowerApps

I want to group the "Incident Types" in the PowerApps collection shown below and sum the first column which is the "Incident Count". I have attempted to use the Group By function, but I was unable achieve the desired result. I simply want the total…
user1697063
  • 117
  • 2
  • 11
2
votes
1 answer

How to debug with url parameters

I can see you can get url parameters by using Param("MyParam"). But how do you debug this? When you click the play button this does have a url parameter so how you develop you app where having url parameters is part of the application flow?
Thomas Segato
  • 4,567
  • 11
  • 55
  • 104
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…
2
votes
1 answer

Patching or updating a nested collection is not working

ClearCollect( Coll_Products, { Id: 1, Title: "Apple", coll_types: [ { Id: 1, color: "Red" }, { Id: 2, color: "Green" …
TARUN
  • 241
  • 1
  • 8
  • 27
2
votes
1 answer

How to set a color as a global variable in PowerApps?

I am trying to set predefined colors in PowerApps using the function Set, however, when I check the variables tab the variable does not have a value (NA). The syntax on the option OnStart I am using is as follows: Set(LightOrange,…
Jonathan Budez
  • 226
  • 1
  • 3
  • 12
2
votes
0 answers

Non-Admin Users Can't Use on Prem Custom Connector

I have a canvas app that uses a custom connector for an on premise data source. I am using an on-prem PowerBI Gateway to route the traffic for the custom connector. I have the checkbox marked to allow custom connectors through: The app and…
Jon
  • 1,820
  • 2
  • 19
  • 43
2
votes
1 answer

Spaces under Flexible Height Gallery Rows

Considerations: I'm using nested Gallery Controls to create a Collapsible Navigation menu. My first Gallery control is a Flexible Height Gallery and for each of its row, I've a Vertical gallery control for it. I'm also using a 1923*1080…
Aimal Khan
  • 1,009
  • 1
  • 12
  • 25
2
votes
1 answer

Can I Add Related Tables to a PowerApps Canvas App?

I have inherited a PowerApps Canvas app that uses SQL Server as it's data source. The tables involved are Customer, Project and Work Order. I’m building a Create Work Order Screen that requires the Customer ID, Project ID and Work Order Item IDs.…
SidC
  • 3,175
  • 14
  • 70
  • 132
1
vote
1 answer

How to show combo box values to textbox with next line

I have one ComboBox in which there are multiple values are selected I want to show that values in TexBox with next line like AAA BBB CCC Currently its show in one line AAA | BBB | CCC I use bellow code DataCardValue4.Selected.Value on Default…
1
vote
1 answer

How do I submit a SharePoint form, at the same time I want to upsert the description of a hyperlink column of it that I wrote inside a textbox in PA?

This question is a follow up of How do I get the display name of a hyperlink that comes from SharePoint in Power Apps? Here is the code I used at the On Start of the App: Set(AllFavorites;…
1
vote
1 answer

Create a collection with the last 500 items in a SharePoint list

I used the Helpdesk app template to create a helpdesk for my company. We've reached 500 tickets on the SharePoint list and the new tickets are not showing up on the app. I figure this is because of the 500 rows limit. This is the App OnStart code…
1
vote
0 answers

How to perform a transaction in Dataverse from PowerApps for Teams

I'm a bit new to power platform with a classical programming background. I'm doing a small app in PowerApps for Teams that stores data in the Dataverse. I try to perform very classical transaction: decrease amount of goods in Stocks and…
agrig
  • 11
  • 2
1
2
3
34 35