Jump to content

adrianhaus

Member
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Location
    Leipzig, Germany

adrianhaus's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. A simple example for my problem would be this: I have a keyword start to start a timer which displays a notification when the timer ends. But if you use the keyword cancel, the notification won’t display (the timer gets canceled). My idea would be to use a variable which is set to 1 by using start and to 0 by using cancel and the notification only gets displayed when the variable is still 1. I’ve already read Dean’s guide on variables, but as far as I understand in general variables are only passed downstream, with the only way to set global variables being the Apple Script set configuration. Is it possible to connect the two different streams (or whatever you want to call it) to make them share variables? Or is there another way to export variables to other streams of the workflow? Or is it actually really easy and I’ve just been making unnecessary mistakes until now?
×
×
  • Create New...