I'm using the "Prompt for User Input" Action to get values for Month and Year. These are stored as variables, by number. I built my form using "friendly" values in order to allow users to select Months by name rather then number. I want the form to default to the last used value. How can I (simply and elegantly) have this value show as the corresponding "friendly" value?
###MACRO: Set Default for Prompt to Friendly Value @Example
~~~ VER: 1.0 2017-02-20 ~~~
####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/8/8c4acecf342c8eddbb6b6a51c95dd78c9d0ebc57.kmmacros">Set Default for Prompt to Friendly Value @Example.kmmacros</a> (3.6 KB)
---
<img src="/uploads/default/original/2X/2/218276bc7bb4b73b27f916a831e7e3b107b89548.png" width="703" height="1253">
Thank you @JMichaelTX and @peternlewis very much — I sense what you’ve done and will parse my way through the Regex sorcery. Clever, useful, informative, and instructive! I very much appreciate your answers.