Hello community,
I just want to display lookup record on screen.
I have added 1 lookup field to the screen and trying to see default value which is already available in CRM.
Not displayed in combo box
value which I want to displaye
The DefaultSelectedItems property has a value of Parent.Default which means it is being controlled by the Parent card.
Can you please show what code is in the Default property of the Card for Financing Record?
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi @rajmilansinh ,
If you didn't change the Default property of datacard (ThisItem. 'Financing Record'), it should work fine. If not, you can delete the related entity and re-add again in data source panel.
Also there is alternative workaround:
If the form's Items is from Gallery.Selected, you can set the DefaultSelectedItems of combobox to Gallery1.Selected.'Financing Record'.
Hope this can help.
Best regards,
Sik
If my post is helpful for you, please click on “Accept as Solution” to help other members find it more quickly.
Hey there,
default property of card is " ThisItem.'Financing Record (indusa_FinancingRecord)' ".
Could the solution be one more level below the current selection? Try typing a " . " dot after your current code and try any autocomplete suggestions that appear.
ThisItem.'Financing Record (indusa_FinancingRecord)'.
@mdevaney tried suggested way but not working
@v-siky-msft Also tried your suggestion but no success.
Hi @rajmilansinh ,
Try to check the Field of combo box, set it to 'Financing Record'.
Best regards,
Sik
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
70 | |
51 | |
42 | |
30 |
User | Count |
---|---|
255 | |
119 | |
100 | |
93 | |
78 |