I have been building model driven apps for the last 15+ years. I have not worked with canvas apps for a few years and I am trying to get back into it. I have created a Canvas Page and using a Form connected to a table in Dataverse. It created data cards, one of which was a Choice field, rendered as a combo box. There are 6 options in the Choice fields. I tried replacing it with radio buttons, but no joy:
- If I use a "classic" radio button, and set "Items=Choices(<optionset name>)" it renders 6 buttons with numbers next to them (not the actual Choice IDs)
- If I use a "modern" radio button, it only shows me the labels of the options.
- In either case, the data card Update does not accept <radiocontrol>.Selected.Value as a valid option
Any clues would be appreciated.