I have an Automation script that uses two variables (Month and Year). I use a Set Variable to create them and a Set Variable Value to establish them. The script then runs a series of scripts that use those variables to create and distribute month end reports and Excel exports.
Opening up the Automation script and editing the Set Variable Value each time is really not too painful, however I am wondering if there is a way to collect those variables much like the :<variable name> convention used in SQL scripts and the Query Builder.
This question is really about other user run Automation Scripts that would benefit from this.