Please be so kind as to read the full post before responding.
Thank you for your consideration.
I noticed with the new PowerApps release 3.19013.14, that there seems to be some syntax changes (or inconsistencies?) with regards to OptionSets.
These following screenshots show the auto-generated properties for a single-select OptionSet field of a D365 entity, selecting Common Data Source App, choosing OptionSet field in EditForm1.Fields property, letting PowerApps do the rest.
This doesn't seem to work and the Items property seems to be nonsense.
Just setting the Items property to
Choices('PowerFair-Leads'.kk_academictitle)
I distinctly remeber that just some time ago, I could not use Choices for OptionSet, but only for MultiSelect-OptionSet and LookUp fields, but had to use something like
DataSourceInfo('MesseApp-Leads', DataSourceInfo.AllowedValues, "_kk_academictitle_label")
My questions:
- Is the replacement of _.*_label related to the new default-on Preview Setting "Relational data, option sets, and other new feature for CDS"?
- Is Choices now finally the "universal answer" to Items in PullDown/ComboBox controls? Can I forget about DataSourceInfo/AllowedValue?
- The autogenerated form for the OptionSet field not working is a bug, right?

Report
All responses (
Answers (