- Save your variables via separate “Set Value of Variable” actions
- Stack multiple “Get Value of Variable” actions, making sure they link to each other.
- Connect the last “Get Value of Variable” action to the “Run AppleScript” action
- the input variable will now be an array – access each element normally eg
- “set firstVar to first item of input“
- “set secondVar to second item of input“
Advertisement