Page 1 of 1

Applescript Hazel Output

PostPosted: Sat Aug 11, 2018 7:34 pm
by jayhalleaux
Simplified example

Rule Action:

Code: Select all
set job to "1"
set hazelOutputAttributes to {job}
return hazelOutputAttributes


Rename file:
shows up blank when I try to use the job token.

I'm pretty sure I am setting the output attribute wrong. Not sure what I am missing

Re: Applescript Hazel Output

PostPosted: Sun Aug 12, 2018 3:17 pm
by jayhalleaux
fixed:

Code: Select all
return {hazelOutputAttributes: {job}}