I am trying to create an address collection form. I cannot use the same address form format for all countries as many countries have unique country address names. I have it currently that when a user selects a country from the drop down, it will navigate to its respective address collection form.
- How do I create the formula so that when a user selects the dropdown value of "United States", it will navigate to a different form (Collection Screen - USA, FR,UK) and keeps the drop down value "United States"? I dont want the user to have to re-select its country again.
Current Formula:
OnChange: If(CountryDataInitialSelection.Selected.Value='Country (Shipping Forms)'.'United States', Navigate('Collection Screen - USA, FR,UK'), ScreenTransition.Fade)
- After the screen navigates, I like to reset the original form back to its default dropdown selection "blank" so the next user can get a fresh form. What would I have to add to the end?
Country Screen
Collection Screen - USA,FR,UK