could someone help me i need to clone a dropdown with the same data and information from a button on a scrollable screen, but i dont know how to make that.
Solved! Go to Solution.
Hi @bcdave ,
Where do you want to populate your data into? Into a Text field or into another dropdown field?
How do you populate your current dropdown? Also what is the information from the button? Could you share the formula on your dropdown and button?
I just do an simple test in my app, you can check if this meets your requirements:
1. Add a dropdown with three static value:
Add a button, when click this button, it will create a variable with a static value “today is 2021/02/09”:
2. Add a label to display selected value from dropdown and var1 from button, set its Text property to:
Concatenate(Dropdown1.SelectedText.Value,":",var1)
Check result:
Best Regards,
Allen
Hi @bcdave ,
Where do you want to populate your data into? Into a Text field or into another dropdown field?
How do you populate your current dropdown? Also what is the information from the button? Could you share the formula on your dropdown and button?
I just do an simple test in my app, you can check if this meets your requirements:
1. Add a dropdown with three static value:
Add a button, when click this button, it will create a variable with a static value “today is 2021/02/09”:
2. Add a label to display selected value from dropdown and var1 from button, set its Text property to:
Concatenate(Dropdown1.SelectedText.Value,":",var1)
Check result:
Best Regards,
Allen
User | Count |
---|---|
159 | |
98 | |
83 | |
77 | |
59 |
User | Count |
---|---|
196 | |
175 | |
103 | |
95 | |
89 |