Hi,
I struggle to find a solution on how to remember the choice made in a dropdown.
The dropdown pulls the choices from a SP list column "segment 3 takt - vingenummer"
i want the choices made in the dropdown to be remembered, so when i refresh/restart the app, it kinda starts where you left it.
the choice is not beeing saved by a form or a gallery, since it just there to show the current status process being worked on, so its for illustrating purpose only.
for now i can make it work by just setting the items property to: Choices('Segment 3 Takt - Vingenumre'.Vingenummer1)
but then all of them will reset to the default choice after restarting the app, i does not save the choice.
what would be the smartest workaround to get this working? i have read a bit about saving the data (the coice) within the app with the "savedata" function - but i did not get any further.
Thanks in advance