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
0 answers

Power Apps added to Teams tab is not displayed

I am working with Power Apps and Microsoft Teams. I have a new Team. I add a new tab, I choose Power Apps, I choose my canvas application... it flashes for a second, and disappears. No new tab. Teams created the notification in the channel, I click…
CigarDoug
  • 1,438
  • 1
  • 15
  • 29
1
vote
1 answer

How can I determine if a row is visible in my collection after filtering?

I am trying to figure out how to determine if an item in my collection is visible in the grid after filtering? I'd like to update the following UpdateIf code for only those records showing: UpdateIf( Nominations, true, { Status: {Value: "Approved"},…
Chris2015
  • 1,030
  • 7
  • 28
  • 42
1
vote
0 answers

Power Apps Embed Canvas App into a model driven app and give data through

I have a model driven app with some data in tables. If i choose a certain row, it opens a new form where I can edit this data. In the same form I have embedded a canvas app. This canvas app contains a pdf viewer. Now I want to "connect" the canvas…
1
vote
1 answer

How do I change the default value of a dropdown field based on a button in Power Apps?

On my home screen in Powerapps, I have 8 buttons. Each button states a category. What I want is that by selecting a certain button it makes the value automatically be filled in on the dropdown field of categories on the next page. I have already…
1
vote
1 answer

What is the best way to show only filtered records with empty columns from Sharepoint list inside gallery

The exact question is: how to display only filtered records in the gallery, filtered by condition that one of the columns is empty (has no value in it). Let's imagine I have a Sharepoint list 'X', and I have many columns in it, and one of them is…
1
vote
0 answers

PowerApps User always sees prompt "is available for offline use"

I have a user who launches the powerapps app and then opens an app within the app and always sees the app "is available for offline use" message. Other users who use the same version of powerapps and same app do not see this. There is nothing…
Becker
  • 417
  • 1
  • 4
  • 12
1
vote
1 answer

How to map collection of objects into collection of strings

I'm quite new to PowerApps and from my developer perspective I'm trying to perform something simple, but I couldn't find any good way of doing it. I'm trying to obtain a list of strings from a list of objects, where each string will be a value of…
Dur
  • 81
  • 6
1
vote
0 answers

Why can't I input any items for my radio button in my PowerApps Canvas application?

Like the title says, whenever I try to but anything with the brackets ["",""] in my Items field for my Radio button, the whole radio button is staying empty and gives me an error. I tried changing brackets and using {} instead, as well as ";"…
1
vote
1 answer

After calling SubmitForm, how can I retrieve what I submitted?

SubmitForm has many benefits over Patch, such as triggering error messages in the form. However, I find that I often have to use Patch because Patch returns useful info on what was submitted, such as the ID of the row in the SharePoint List that the…
J. Mini
  • 1,868
  • 1
  • 9
  • 38
1
vote
1 answer

PowerApps ComboBox Multi Select OnChange - how to compare SelectedItems to the data source?

I have an app using a SharePoint List as a data source. There is a multi-select people picker column, which I have in a Combo Box in an Edit Form in my app. Making changes to the SelectedItems and submit form is working fine. I want a warning…
LyndseyL
  • 23
  • 5
1
vote
1 answer

How to make Powerapps work with Param function in Web Part

I am trying to create a powerapps web part that will open a specific screen from a canvas app using parameters. I have added the web part and added the power apps web link to it. When I enter ¶metername=parameter nothing shows up. I can enter…
1
vote
3 answers

how to add a sharepointintegration connector to my powerapp

I have a customised form in my powerapps that reads from my sharepoint list. Apparently it requires a SharepointIntegration connector to work. (as attached) Please help enter image description here Ive tried searching all over google and stack…
1
vote
1 answer

Can I have a Text Input control show a fact that a displayed text is truncated?

I have a Canvas App with a Gallery. One of the Gallery’s components is Text Input. Its screen width allows to display ~20 characters; whereas a corresponding DB field allows to store 40 characters; and sometimes this really happens. My question is:…
Victor Sotnikov
  • 177
  • 1
  • 2
  • 15
1
vote
1 answer

Powerapps - displaying color choices related to date choice

I am new to powerapps and I've created an app based off of a sharepoint list. The sharepoint list basically has 2 columns, date and color. Color is a choice of green, orange, yellow and red. I've made an app where the user can choose the date and a…
GOB
  • 143
  • 10
1
vote
1 answer

Customize Issue Tracker list form with powerapps

I have an issue tracker list in SharePoint 2013 environment. In the course of migration to SharePoint online, we are successfully able to migrate Issue Tracker list. Now the goal is to customize the list form using powerapps. In list setting -> form…
Muhammad Murad Haider
  • 1,357
  • 2
  • 18
  • 34
1 2
3
34 35