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

Power Apps - How can I save data stored in a temporary collection to a SharePoint List?

What I want to accomplish is to populate a Power Apps gallery with rows of data, stored in a temporary collection and when user clicks the Save button to save the data from the temporary collection to a SharePoint List, OB_Data_NIST. In Power Apps I…
-1
votes
1 answer

Trying to Display Current Canvas App Version on Screen

I'm making my first Power Apps canvas app, and am trying to have my start screen display the app's latest published version and associated date/time stamp. I'm using some sample code from m365princess.com but keep getting the following…
-1
votes
1 answer

Search text in collection

I will like to search for a string in a column A of a collection in Power apps and return the associate value from column B of the same collection
-1
votes
2 answers

date and time validation in text inputbox power apps

Good day! I have created a new power app. In the application one of the text input field user will update date and time values Ex format : 29/12/2022 10:30 AM Before saving the data I need to validate the format like (DD/MM/YYYY HH:MM AM/PM). Could…
-1
votes
1 answer

Power App writeback in Power BI with Smartsheet

I'm trying to use Power App embedded in Power BI to writeback data source from Smartsheet. However, I was not able to choose any of the sheets that has been listed from the newly created form in Power App and the "Add Field" option was disabled. I…
Emi Shang
  • 1
  • 1
-1
votes
1 answer

User Choose File for Data Connector in Power Apps

I am here to ask if it is possible for the user to select a file to be used for the Data Connector in Power Apps. I am making a Power App to help with payroll in my company and I need the person who is using it to be able to pick the file. There is…
-1
votes
1 answer

Google Maps API request: Restrictions problem

I am building PowerApps application with few requests to Google Maps API. First is generating static maps (it's working correctly). Second thing is building flow to get places near specific location (by type). My request to…
-1
votes
1 answer

Add textbox values to the sharepoint choice list column

I am a beginner in PowerApps + SharePoint List development. I have a form that contains a list of a few items. I am trying to implement a textbox for the user can add the new item if the item did not exist in the Listbox. I am tried a few…
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136
-1
votes
1 answer

Power Apps Navigate Function

I am trying to use Navigate function, instead of a Screen Name, I tried to get it from a vairaible, but It says The specified property is not accessible in this context, the code looks like…
-1
votes
1 answer

Powerapps 2 user search comboboxes

so am trying to do a form in powerapps for my company and i need to have 2 user comboboxes in it to search for both the employee and then the supervisor. when the user selects the first one using: Office365Users.SearchUser({searchTerm:'Primary…
-1
votes
1 answer

What is the best way to manage a power app by team rather than co-owners?

Can someone advise what is the best way to manage a power app by team rather than co-owners? For example, a person A creates a PowerApps canvas app, but the ownership retains with him/her only; Though he/she can make others in the team as Co-Owners,…
Raghu
  • 1
  • 1
-1
votes
1 answer

Power Apps throws: "Error in implicit conversion.Cannot convert null object" after editing Excel file with openpyxl script

I have created a simple Python script to edit an Excel file using the openpyxl package. I have the same Excel file connected as a data source in Microsoft Power Apps. After I edit the Excel table using the Python script, and try to edit the file…
-1
votes
2 answers

How can i check for duplicate list in SharePoint using power app?

[How can i check for duplicate list in SharePoint using power app][1]s. (Note : it is not a SharePoint list form.) Event                                      EmailEmail SharepointSaturday               Maruthi@gmail.com Azure boot camp             …
Maruthi Kiran
  • 77
  • 1
  • 6
-2
votes
1 answer

Dataverse related tables PowerApps Canvas

Can anyone help me please, I am trying to retrieve data about Employee and Project from Gallery (DataSource: AssignmentDate), My tables are connected like this: I am able to retrieve data about Project/Employee if I connect my gallery to assignemnt,…
-2
votes
1 answer

using PowerApps how to mass update 1% to 10% records in SharePoint list that has 20k+ records in total

from Power Apps, how could I replace few items values on SharePoint list which has 20K+ items? I tried: updateif(sourcename, a=dd.SelectedText.Value, {a:dd_1.SelectedText.Value})
1 2 3
34
35