All Questions
Tagged with dataverse powerapps-canvas
28 questions
0
votes
0
answers
86
views
Filter dataverse table based on another dataverse table lookup column in Powerapps canvas app
Consider the following scenario:
TABLE_A
Unique_A
Info_A
A1
Peter
A2
Mary
A3
John
A4
Louis
TABLE_B
Unique_B
Info_B
LookUp_Unique_A
B1
345
A1
B2
789
A4
TABLES_B's 'LookUp_Unique_A' is a lookup column ...
0
votes
1
answer
217
views
How to Refresh Data in Dataverse from Excel in Power Apps
I uploaded data to Dataverse in Power Apps from Excel. After making edits to the Excel file, I want to refresh the data in Dataverse to reflect those changes. However, when I go to the table and click ...
0
votes
0
answers
144
views
Power App: Edit Form combobox from Dataverse - referencing other columns
I have an edit form which is populated from a gallery. The forms and gallery use different dataverse tables as data source so I'm using a common ID in both tables to link them and use a variable in ...
0
votes
0
answers
196
views
Table in Dataverse will not add to Canvas app on first attempt, always requires to add a second time before it shows up in the Data Sources
My Account Types table will not add to Canvas apps on first attempt, second attempt it will add but adds '_1' to the name. I have reached out on multiple community blogs and haven't had any luck in ...
0
votes
2
answers
2k
views
Bulk Update a field in Dataverse table
I have a dataverse table having a datetime field . Now I have existing data in the field around 50k records. Now I need to make update to all the rows of that field, which is basically I need to ...
0
votes
1
answer
363
views
Saving a Collection within a Table PowerApps
I'm building an app on PowerApps, its a form that is normally completed on paper.
I've built the app and have the functionality of it working within the canvas but trying to save the collected ...
0
votes
0
answers
110
views
AddColumns with LookUps only brings in Key column from Dataverse
I'm trying to get all necessary data from Dataverse in one query in my Power App
The query is as follows
fxGetMedicalInsuranceRecordFromDataVerse = ShowColumns(
AddColumns(
'Medical ...
0
votes
0
answers
33
views
2 Canvas Power Apps with separate Offline profiles
I am running 2 canvas power-apps that live in 2 separate solutions within the same environment that have dataverse tables set for offline use, when adding a user to an offline profile, for app1, that ...
1
vote
0
answers
334
views
Dataverse single choice column showing values instead of the label text on CSV file after export
I am trying to export data from powerapps gallery to a CSV file on a button click event, but I found out that all the single choice columns are showing values but not the labels, I tried getting the ...
0
votes
0
answers
489
views
How to return a data from Dataverse and assign to a variable inside Set Function in PowerApps
I want to get data from the Dataverse table and then assign it to a variable. Below is my Set function.
In this line of code, I am trying to fetch the 1 index of my Table and get its value, and at the ...
0
votes
1
answer
736
views
ForAll, Patching, and then Removing based on time elapsed
I'm making a canvas app using Dataverse. The app is essentially a check-in/check-out system. After a certain amount of time (12 hours), if the user has not checked themselves out, they will be ...
1
vote
0
answers
480
views
How to perform a transaction in Dataverse from PowerApps for Teams
I'm a bit new to power platform with a classical programming background.
I'm doing a small app in PowerApps for Teams that stores data in the Dataverse. I try to perform very classical transaction: ...
0
votes
1
answer
1k
views
Filtering Dataverse Choice Column by Combo Box Whose Items are the same Choices Object
Seems like a simple solution but it is so nuanced Google searches are failing me.
I have a Dataverse table with a choice column. In Power Apps, I have a combo box whose items property is set to the ...
0
votes
1
answer
1k
views
In Canvas Apps can I get a date picker to accept dates written like this 31.01.2001, 30/01/2001, 30-01-2001
I've had a request from my client to "improve" the User Experience of typing dates into the DatePicker with a variety of different delimiters. Their user story is:
As a user I want to be ...
-2
votes
1
answer
165
views
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 ...