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.

204 questions
4
votes
1 answer

How to load all Managed Metadata values from a Term Set

Short version: How can I load all the available options for a Managed Metadata field in PowerApps? Long version: I have a PowerApps app that is working properly, but the users want to be able to add data while offline and for it to sync back when…
3
votes
4 answers

Solve Math Equation(string) in Canvas App

I have a dynamic formula that needs calculation. Here's a sample (var1 * var2) / (var3 * (23 * 100)) These variables will be replaced with actual numbers because they are user input. Currently, I am using power automate flow that connects to my web…
Crismogram
  • 721
  • 11
  • 22
3
votes
1 answer

PowerApps Portal vs regular PowerApps

I developed a PowerApps application, but each user would have to pay $10 a month making it not economically viable (I had hoped for some kind of run-time license at a much lower rate). So I talked to a MS sales guy who said I should switch to…
COG
  • 159
  • 11
2
votes
0 answers

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
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,679
  • 1
  • 19
  • 40
2
votes
2 answers

Setting textbox text value on button click

I have a from in PowerApps with labels and textboxes. By default textboxes are empty. There is a Button named "Copy last row" when use will click on this button some sample values should be displayed in textboxes. I checked on internet and the…
2
votes
0 answers

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
  • 979
  • 10
  • 23
1
vote
1 answer

How to send a post request to a specific URI from PowerApps?

I am looking for a way to send a post request to a specific URI from PowerApps. Basically I have a small audio file (webm) captured from the microphone and it's encoded using Base64. Now I have to send it to a server via post request and the encoded…
Julio S.
  • 542
  • 4
  • 14
1
vote
0 answers

Xamarin Forms (iOS) - share cookies between application login and Microsoft PowerApp

Currently I'm trying to create an App in Xamarin Forms that shares its login session (logging-in with Microsoft) with a webview that contains a Microsoft PowerApp (as my application, it uses Microsoft account to login). I just created a custom…
1
vote
1 answer

Can i rotate a column chart inside power app

I have built a canvas inside power app >> and the canvas will show a column chart for a sharepoint list as follow:- now is there a way to rotate the column chart and show it as follow:- If this is not possible inside power app >> then can i rotate…
John John
  • 185
  • 7
  • 17
  • 45
1
vote
1 answer

Show Azure DevOps Task / Sprint Statistics on SharePoint (PowerApps)

I want to show KPIs (Key Performance Indicator) on my SharePoint. My Datasource will be my TFS (Azure DevOps). For example showing the planned and finished Tasks for a Sprint on SharePoint and generate a graph out of it. I saw that in Microsoft…
Peter
  • 1,495
  • 21
  • 38
1
vote
2 answers

If function with multiple conditions doesn't return proper value

I recently started with Power Apps and one of the very first app I am building is a Body Mass Index (BMI) calculator. I was able to set it to automatically convert from Kg to pounds and cm to feet. The problem I am facing now is outputting the…
1
vote
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…
1
vote
1 answer

Can't get the correct field in the browser gallery, the column name won't appear

I have a sharepoint list with 3 columns: Title, Category, Quantity. It's a simple inventory list of about 10 items that fields managers can look up availability before making a request for equipment. The category column is giving me a problem. It's…
1
2 3
13 14