In my app the user filters with a dropdown box and then will click an item in the gallery and are taken to a form. When they hit the save button in the form it naviagtes them back to the gallery and the dropdown resets, how can I make it so that it doesn't reset.
Solved! Go to Solution.
OnSelect of the dropdown set a variable:
Set(MySelection, Dropdown1.Selected.Value)
Then in the Default of the Dropdown put;
MySelection
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
OnSelect of the dropdown set a variable:
Set(MySelection, Dropdown1.Selected.Value)
Then in the Default of the Dropdown put;
MySelection
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
196 | |
124 | |
88 | |
49 | |
42 |
User | Count |
---|---|
285 | |
162 | |
138 | |
77 | |
73 |