Hi all,
I have a problem where i can set the value for a combo box within a dataverse form, if it is a Yes/No Data Type, but if its just a Choice Data Type, then the powerapp cannot see the dataverse column when i try to select it in my little line of code.
Example of my code which works with Yes/No data types on a button.
Set(Variable,LookUp(Choices('Column name (DataverseTable)'),Value = 'Column name(DataverseTable)'.'Yes'));
I would then add the variable DefaultSelectedItems for the combo box in the form
If anyone have an idea, please let me know 🙂
Thanks

Report
All responses (
Answers (