Hi everyone, I have table from Dataverse (same environment) that is connected to my app. The very first thing that the user have to do is to select the entry she/he wants to manipulate. The combo box is getting the values from this dataverse table. After selection of one entry, there are 12 label that will be filled by information coming from this selection. Some labels are filled and some are not. I've tried everything you can imagine, but the only way I figured this to work is when I am in the editor view and I right-click on the database at the left-hand menu and press REFRESH. Even when the app is published, this seems to not work. Thanks. Gabe
Solved! Go to Solution.
Hello @gabrielkpaes1
Try Fetching the details from ONCHANGE of ComboBox
OnChange : Set(getLookupValues,LookUp(TableName,FieldName=ComboBox.Selected.Value));
In the Fields you can use getLookupValues.FieldName
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Follow me on Twitter : @rampprakashd
Blog : https://microsoftcrmtechie.blogspot.com
Hello @gabrielkpaes1
Try Fetching the details from ONCHANGE of ComboBox
OnChange : Set(getLookupValues,LookUp(TableName,FieldName=ComboBox.Selected.Value));
In the Fields you can use getLookupValues.FieldName
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Follow me on Twitter : @rampprakashd
Blog : https://microsoftcrmtechie.blogspot.com
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
15 | |
11 | |
8 | |
5 | |
4 |
User | Count |
---|---|
22 | |
16 | |
13 | |
12 | |
12 |