KM Macro pause until OK is pressed?

I'm writing a KM macro that works with Apple Mail and Devonthink Pro (DT).

Upon highlighting a mail message in Apple Mail, and choosing "Add to Devonthink Pro," the KM macro should pause until the resulting window allows me to click on a DT folder, then click on the "OK" button.

After that action, the KM Macro archives the mail message.

I can't seem to work the Pause Until action to wait for the OK button to be pressed.

Thanks!

Hey Paul,

You might be able to do this:

  • Pause Until "OK" button exists.
  • Pause Unitl "OK' button does NOT exist.

-Chris