Prompt for User Input Macro Idea

you can

  1. use a Prompt for User Input
  2. save what you entered as a variable, then,
  3. Use a Switch Case action.

So, if you enter "1" in the prompt, the Switch Case will run the action that uses the variable "1".
and so on for the others.

See this macro for an example:

EDIT: Do you know if Logic Pro supports ==Applescript==?