I am using a Prompt for User Input that has a list of names in:
...|Adam|Brian|Carolina|Dave etc
When the selection is made it stores that selection in a variable.
However, I would like the value that has previously been stored to automatically select the name. So if I chose "Brian" last time, when prompted again, that's the one I'd like selected when picking again.
Is there a way to do this?
Currently, I am having to make the selection from the list each time.