
Announcements
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/dependent-drop-down-lists
Is there no easy way to do this with model driven apps?
One way, although it's not a small amount of work, is to create a blank Choice field, use javascript events with clearOptions and addOption to dynamically update the options. Just seems like there should be an easier way.