Dynamic drop-down values for PowerApps

bluehoodie
3 min readJan 5, 2021

One of the most common questions when building PowerApps form is how can we dynamically change the value in a dropdown box when a user selects an option. This happens most often when we are designing forms that require country and state fields. In this article, we are going to create a simple dynamic/cascading dropdown, where the state values change based on the country selection.

Dynamic Drop-Down List

--

--