I use a macro with a Prompt With List action (List from Text). Can I sort the entries according to the last use? This would help me to select the last used entry just by using the down-arrow key.
One way is to use the variable (to which the list-choice is assigned) as the first item in the list. That way, after the first use of the prompt, the previous choice is listed at the top.
1 Like
Try using this approach, below. I just wrote this macro and it works for me. Just remember to turn off the "sort" option on the Prompt action.
Technically, there's a tiny bug for rare cases. If you like this approach, I'll show you how to fix the bug.
1 Like
Thank you both!