Jump to content

syno

Member
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by syno

  1. I was encountered a strange problem with my workflow.

    I want to use Run NSApplescript to pass a string to NotificationCenter.

    So I wrote in Run NSApplescript as follows.

     

    set q "foo"

    return q

     

    And in Post Notification,

     

    Text: {query}.

     

    But the text field in NotificationCenter is empty.

     

    I also tested the case passing a number.

     

    ser q 0

    return q

     

    Then NotificationCenter correctly showed 0 in the text field.

     

    What is wrong with the former case?

×
×
  • Create New...