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

Combo Box and Drop Down not showing correct options

In my Power App, I am using a Combo Box to allow users to select an option from a choice column in the connected SharePoint list. Instead of the Combo box showing the different options that it should, it shows a large blank list with several hundred…
0
votes
2 answers

Search function doesn't work in PowerApps

I got the search error in my SEARCH function and don't know why. I try different table and it doesn't work also (the data is connecting to SQL). Do you know what happened? "the property on this control expects Text values. The rule produces Table…
RJAP
  • 49
  • 6
0
votes
1 answer

Validation Two Check Boxs

I have Two Checkbox taking Choices from Sharepoint List. lets say First check box having 1,2,3 and Second Check Box having jan, Feb and March. If we selected first Checkbox 1value then want to show Feb in second check box automatically.like that if…
0
votes
0 answers

How to access response json object in "PowerApp Canvas" without adding response sample to the connector?

I have a "customer api" to get profile infromation by ID. A custom connector is created using this api. Then the Connector is used in Canvas Power App. Within the app data is stored in collection named "DataReceived". Issue is: if we don't add…
0
votes
1 answer

How to merge PDF files(generated by PowerApps Flow ) using PowerApps Automate

I've created a flow for generating a Word template for Patient Statement, and then converting it into PDF. I'm running this flow for individual patients and the data is coming from SQL stored procedure to Word template to PDF. These PDF files are…
0
votes
0 answers

How connection between powerapps and azure function?

Problem:- I have create a canvas app, where I upload file(image file) from PowerApps and store file in Blob Storage. I have also create a model which read image file from Blob storage and detect the object, After detecting object I want to show…
0
votes
1 answer

Delegation waring with the data source in powerapps

I have set the max limit to 2000 , when could see the same delegation warnings in my code using power apps with SQLdata source as connector ClearCollect(sequencerUser,Filter('[dbo].[sequenceIDs]',User().Email in…
0
votes
1 answer

How can a Power App added to a Teams meeting, read meeting information?

I am trying to create a power app and add it to a particular teams meeting. I want that power app to be able to get the meeting title and meeting members list when the meeting starts or when the PowerApp is added to a particular meeting in teams. I…
Garvit
  • 55
  • 1
  • 8
0
votes
1 answer

Getting Field 'Title' Required Error on the ScreenResDom part of the button

If (DataCardValue58.Selected.Value = "Single" , SubmitForm(Form1),DataCardValue58.Selected.Value = "Married", SubmitForm(Form1) & SubmitForm(Form5) ,SubmitForm(Form1) & SubmitForm(Form4)) & Navigate(ScreenEnd) & SubmitForm(FormResDom) The issue is…
Rowan Pelan
  • 3
  • 1
  • 2
0
votes
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
  • 1
  • 72
  • 238
  • 501
0
votes
1 answer

Show Pop Up on Non Blank Patch Value

I have a Submit Button which patches data to a spreadsheet and want to have it set so a success message pops up when there are no errors and the patch is sent. I have 3 objects with visible = showPopup with the screen set to OnVisible =…
0
votes
1 answer

PowerApp Canvas App for survey/questionanire

I need to build a PowerApp which presents a daily list of tasks to a user such as number of surveys to complete; within which postcode area etc. They then want to complete a questionnaire; and store submissions in the PowerApps own Dataverse. My…
rich
  • 111
  • 2
  • 9
0
votes
1 answer

Modifying PowerBIIntegration.Data fields from PowerBI without restarting PowerApp canvas from scratch

Am pulling multiple fields into PowerApps from PowerBI via the PowerBIIntegration.Data.(Value) connection. I realised after designing the whole app that I was calling a 'Count' summary rather an 'Average' summary of the metric I wanted. Having…
0
votes
1 answer

How to handle database modifications via Power Apps?

First of all, I would like to say please do not be surprised by my question cause I'm a beginner in this sphere. I just started work with Power Apps and I have the following task: I need to create some "Notification Service" which will be sent the…
Zzim4il
  • 5
  • 3
0
votes
1 answer

Patch function doesn't send items to my sharepoint list ( Power Apps)

please, I have a problem with the Patch function, it shows me no error but it sends nothing to the sharepoint list, here are the columns I have: Country, Project_Customer, Project_Category, Project_Type, are comboboxes of choice, project_site is a…