How to link to a run page with parameters set

Summary

When the button is pressed on a page using the Run macro, the current setting of the parameters are converted to request parameters on the url. This drives the rendering of the page with the correct replacement parameters. The url can be used in a number of ways like providing links on other pages to pre-fill parameters. By careful construction of the url, you can get many different behaviors depending on your use case. 

  1. Pre-fill one or more parameters
  2. Run the action (like pressing the run button on the screen) with the parameters specified or defaulted
  3. Export (like pressing the export button on the screen with the parameters specified or defaulted

Examples