Can a prompt for user input remember user input?

I have KM syncing on 15 iMacs at work. One macro has a ‘Prompt for User Input’ inside which I have created a dropdown menu that asks which station the user is at creating a %variable% with that station’s name. Would it be possible for the software to have an option (ideally a checkbox) to remember that answer on each iMac?

Use Default Value (e.g., a stored value in a variable)

I don’t understand how that could work for me. Because I have 15 stations syncing to the macro, the drop down to select which set is listed out like this:

STUDIO_04|STUDIO_05|STUDIO_06|STUDIO_07|STUDIO_08|STUDIO_09|STUDIO_10|STUDIO_11|STUDIO_12|STUDIO_13|STUDIO_14|STUDIO_15

The displayed default will be whatever value was last written to this variable.

( start your pipe-delimited option list with the variable token )

5 Likes

That did the trick! Thanks so much.