Questions tagged [powerapps-canvas]
The powerapps-canvas tag has no summary.
214 questions
0
votes
1
answer
26
views
unable to get param value in PowerApps embedded over SharePoint page for external user
I have a canvas app and have embedded inside a SharePoint page using PowerApps web part. I am utilizing the Param function to pass a dynamic string which is getting used for filtering the record ...
0
votes
0
answers
22
views
Send file from Power Apps to Power Automate "it appears that we do notsupport this file format"
I have this formula to send multiple files from power apps to power automate:-
ClearCollect(
i,
0
);
ForAll(
AttachFiles.Attachments As d,
If(AddandRenameFile.Run(
ClientDropdown....
0
votes
0
answers
22
views
Can we rename files and upload them inside specific sub-folder inside power apps
I want to build a power apps which allow users to upload single or multiple files to sharepoint document library, then the user will select some categories, then based on those categories i want to ...
0
votes
0
answers
31
views
SharePoint list form customized powerapps not saving multi choice field data
I have a SharePoint list having a multi choice field. The list form is customized using powerapps. The items property is configured to pull the options from another list within the same site. When I ...
0
votes
0
answers
26
views
Loading data from multiple Excel Files stored in SharePoint Library into PowerApps dashboard
I am trying to create a dashboard in PowerApps, whose fields will get populated from the data stored in multiple Excel files from a single folder in a SharePoint site. This is what I have connected ...
0
votes
0
answers
27
views
Power Apps - Fuctions
I’m encountering an issue while trying to calculate a performance index in Power Apps. I’m summing boolean values (true or false) from toggle switches and trying to calculate a weighted average. ...
0
votes
0
answers
342
views
Error when trying to retrieve data from the network: Column 'xx' does not exist. It may have been deleted by another user -when import/export solution
After exporting a solution as managed and exporting it into another environment.
When i load the app i keep getting error below
Error when trying to retrieve data from the network: Column 'field_2' ...
0
votes
0
answers
18
views
Clearing Specific Values in a Form
Looking for some guidance. We have a database that tracks various inspections of our organization. The database uses different lists that relate by a Unique ID. Inspections are done triennially. After ...
0
votes
0
answers
36
views
multivalue select lookup patch record - one a new form not working
I have a lookup multivalue column that i need to patch via a new form using power apps.
I have tried both classic combobox and modern combo boxes but no luck.
I came across this post but this is only ...
0
votes
0
answers
41
views
Power-Apps Patch() function works using manually set records, but not one from DropColumns?
I am trying to set up a Patch() command to use a record that is produced by dropping columns from another record. When I create the record manually, the patch command works fine, but when I create it ...
0
votes
1
answer
185
views
How do i get the no of users (count) People in a person field using power apps
I have a form with a person field (multi value).
In power apps how can I display the no of people/users in the persons field?
Currently I tried the below:
CountRows(Thisitem.personsField)
But no luck....
0
votes
0
answers
71
views
Get the URL/querystring from a SharePoint list in a Customized Form in Power Apps
I am working with SharePoint Online. I have a Customized Form in Power Apps that is attached to a SharePoint list, with folders. I want to detect what folder the user is in BEFORE they save the ...
0
votes
0
answers
70
views
Show unique values in a dropdown box on Sharepoint
Following from previous question:
Show users pictures in dropdown, combo box or data card in power apps based on All people in a People Column In SharePoint (Part1)
Wheras in the fist question I had a ...
0
votes
1
answer
1k
views
Show users pictures in dropdown, combo box or data card in power apps based on All people in a People Column In SharePoint (Part1)
Creating a Canvas Power App and Want to create a simple user dropdown based on a SharePoint list.
Here I have a SharePoint list called cosmetics which contains Two team Members.
In power apps If I ...
0
votes
0
answers
83
views
How to embed a Power BI report in a Power App for external users after importing a solution?
I'm working on a Power App that collects responses to specific questions from employees and stores them in a SharePoint list. Based on the data stored, I've created a Power BI report, which is ...