I am new to creating Model-Driven PowerApps leveraging the Dataverse. I am having difficulty with things that should be straight forward such as creating Choice fields.
1.) Entering Values for choice fields.
The 'Value' of choice fields is numerical and autogenerated; the Display Name is the value I want to capture. Is this by design because the tutorials I looked at didn't have the Value feature. Also, will entering a value in the 'External Value' make a difference.
2.) Choice() Function in PowerApps Canvas App
The above poses a problem as when trying to use these fields in a Canvas App (or custom page in Model Driven apps) such as an input form. When trying to use the Choices() function, the Values pulled in are the numerical value. Is there any way around that?