655 questions
0 votes
0 answers
40 views
Clicking on a button inside a Power Apps gallery will referecne the row below on published app at certain stage of my code execution
I have 2 SharePoint online lists:- SpareParts SparePartIndividual which store the spare part Id for parent item inside a column named "Spare Part ID". The Power Apps canvas's gallery has a ...
0 votes
0 answers
27 views
Power Automate to pick up URL of site it is run from
I am developing a SharePoint online permissions app so people can request and approve permissions to document libraires. I have everything working but the request part it currently picking up the ...
0 votes
1 answer
60 views
Using PowerApps trying to populate a dropdown with SQL Server
I have connected to my SQL Server, but I can't see to get the formula to work. I am trying to get the names of the people who have the specific skill codes and are not terminated. Also, trying to sort ...
0 votes
0 answers
193 views
How do I set the selected value of a radio button in PowerApps?
I am using Power Apps to create a form. The default Form control is not great and does not give you the flexibility to separate questions with a banner, for example. Additionally, forms don't do well ...
0 votes
0 answers
118 views
Expense_ClaimMileage failed target table DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause
I am creating two identical applications, one is authored in PowerApps and the other is a Blazor server application. I created a common stored procedure for both. Everything is working fine in the ...
1 vote
0 answers
49 views
Patching a person column from a single select combobox in power apps
I'm trying to patch person column on click of a button using the below code Patch( evListDriverLicence, Defaults(evListDriverLicence), { Driver: { '@odata.type':"#...
0 votes
1 answer
140 views
The multi-attachment file upload in Power Apps is not working on iPad, but it is working correctly on Android devices
I have created a Power Apps application where users can upload multiple attachments using the Add Attachment control. The functionality works perfectly on Android devices—I’m able to select and upload ...
0 votes
1 answer
181 views
The multi-select Dependent ComboBox fails to retain or correctly patch defaultSelectedItems values to the SharePoint list, unlike other controls
I’ve built a form in Power Apps that includes 10 different types of controls, all of which receive their default values from a SharePoint list. This setup allows users to review the pre-filled details ...
3 votes
1 answer
192 views
PowerApps: how to display real value from table in Canvas app
I'm working with my first Canvas App to display filtered data from Dataverse table. I decided to go with Canvas tape as I need to add more functionality to this view. Can see on the pic my structure, ...
1 vote
1 answer
149 views
Why Patch() doesn't work when trying to write data back to SQL Database?
I work in Fabric environment (Premium) and also have premium PowerApps license. I have a table in Fabric SQL Database. I created PowerApp which main purpose is to write data back to SQL db table (in ...
0 votes
0 answers
37 views
How to delete a folder in Azure Blob Storage container, from PowerApps
Using my PowerApps, canvas app, users are able to upload files to Azure Blob Storage in a container called "Container". The way I make this happen is using the following code. AzureBlobID: ...
0 votes
1 answer
82 views
Power Apps Component - Table Property Issue
I have a component for Sidebar Menu, which has a MenuItems property of type 'Table'. When assigning a Table object directly to this property, the component works fine in a Screen. But when the Table ...
0 votes
1 answer
252 views
Column doesn't exist – but it clearly does in collection and SharePoint
I'm having issues with everything inside the ForAll function for my buttons onSelect. Every line throws an error saying "The specified column 'RowNumber' doesn't exist," even though all ...
0 votes
0 answers
34 views
Cannot Add powerpagecomponent_mspp_webrole_contact Table as Data Source in Power Apps Canvas App
I'm working on a Power Apps Canvas app connected to Dataverse, and I need to show all contacts without web roles and assign roles to them. According to Microsoft documentation and various blogs, the ...
0 votes
2 answers
170 views
Can I open an App in the PowerApps Studio in ReadOnly mode?
I know if I leave the PowerApps Studio open for to long or open it in another browser window for an App it will switch from "Editing" to a read only mode in the PowerApps Studio. Is there ...