最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Powerapps: Pass a dropdown value to another screen - Stack Overflow

programmeradmin1浏览0评论

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.

  1. 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)

  1. 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

发布评论

评论列表(0)

  1. 暂无评论