Recherche Power Apps
Rechercher
Data table not working: The query is not valid.
I tried duplicating an app to use a different data source (Save As), but now the data table filter is not working. The only error is in the Runtime category of the App checker. See image for...
Re: Gallery and Edit form and Selecting records
@Mattw112IG What if you put ViewForm(Form1) in the OnSuccess property of the form. (replace Form1 with the name of your form). You will need to have NewForm(Form1) in the button or icon...
Support multi-select choices in portal web forms
Please add support for multi-select choices fields. Dataverse supports defining a multi-select field of type choices. Such fields are simply ignored in web forms in Power Apps portals....
Re: Importing data into a table with fields that have a data type of Choice
Hi @JHartzer, Importing data that is a choice field is allowed. However, Choices (multi-select picklist) is not supported using the Get Data feature. Can you confirm your columns are Choic...
Dataflows created in Power Apps not visible in Power BI
Dataflows created in Power Apps are not accessible in Power BI. I think the problem relates to the environment created in Power Apps but being new to the entire Power Platform experience need some gu...
Re: License for CoE
And all makers will receive a justification request for their apps where they will need the Developer Compliance Center right?
Filter Gallery by variable and Status Reason
Hello Power Apps Community, Can you help please... and I hope I can explain this correctly... I am building a canvas app, using Dataverse for Teams. I have two tables: "Employee" which is ...
How to not use Gallery item auto Y position
Hello folks, I'm creating a day calendar view using flexible height gallery, however I understand the gallery item (label) gets auto Y positioned. Is there any way to disable to auto Y posi...
Re: flow is suspended after modifying
@S_neha Please close this thread.
Re: CLEAN THE FIELD WHEN THE USER SAVES UNDER SOME CONDITIONS
@JR-BejeweledOne Sorry, I don't understand... Here's my code: If( ObrigatoriedadeChoice_3.Selected.Value = "N/A"; Set( resetLegislacao; true );; ...
Re: Creating an email string variable
hi @MartynLiv Please remove the ForAll from the function and try Set(EmailList,Concat(AllServices,TeamLeader & ";"))
Re: how to offer a pdf to download for every app user over onedrive
Hi @CanD , I tested this on the my OneDrive Root folder and it opened - your URL needs to be "dynamic" and the user name part is however in a different format to what you can get from Use...
Re: Save results of checklist as PDF & send via email
hi @MikTylor Of the top yes this can be done. you have a few options i will shared the method for one of those; once the data is stored it can be converted to a pdf by flow and ...
Re: AddColums to a collection not working
@trjackson77 I found a few little errors in this code I posted above so have tweaked it to get it working correctly. Previously, if you had between, say, 2500 - 3000 records the code wouldn't...
Make a filter to refreshed only on Select
Hi, I have Gallery which reads the data from Sharepoint list. The Gallery has a filter allowing to filter by project number. The user select a CTR, example “135800-E02”. Then with Ed...
Re: Connecting to ODBC data
Thanks @mogulman I have read through but I have to be honest, it's a bit beyond my abilities... Not to worry, I will stick to manually update an excel spreadsheet for now.
Re: Enable a choice variable based on checklist (Yes/No variables) selections
Sorry I should clarify this. The checklist is basically 25 individual Yes/No fields, it is not a multi select list. So once all 25 fields were set to Yes, then I would need to allow the use...
Re: Recurrence form- Appointments Table
HI @Teresa24486 , If you modify the recurrence for future appointments to end after say 5 vs 10 and if you have completed the 9th and 10th already, they do get removed. If they are a...
Re: Enable a choice variable based on checklist (Yes/No variables) selections
@Eelman Thanks for reply, I think maybe you are onto something and it would work better if I totally controlled all Status changes via activity they are doing in the app and patch back to Shar...
Re: Bulk Import Data into Canvas App
@tapper Do you have any solution in this topic? I have same pain as you
Re: Dropdown Displayed Value vs Stored Value
I have the same problem. I am making a filter in a gallery based on the value of a dropdown. The dropdown shows values from a Sharepoint List (named 'Type') , exactly the column 'name'. The g...
Re: Responding to user query interactively using SharePoint List (delayed response)
Hi@ RPA_Maker, Sorry for the late reply. Just back from vacation. Based on the issue that you mentioned, do you want to make external users query information from the SharePoint? Actually...
Re: Get EmployeeID on Powerapps
No. employeeID is an attribute on Azure AD. I can see documentation on how it can be implemented via power automate and also using the Microsoft graph rest API but I don't know how to connect it to m...
Sort by dropdown descending
Hello, Is it possible to sort my inventory with the dropdown box ? I have 3 columns in excel: Name,Price,Quantity. I would like to be able to select those from the dropdown to sort my ...