admin 管理员组文章数量: 1086019
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
本文标签: Powerapps Pass a dropdown value to another screenStack Overflow
版权声明:本文标题:Powerapps: Pass a dropdown value to another screen - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744020785a2519693.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论