Applescript Hazel Output

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Applescript Hazel Output 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
jayhalleaux
 
Posts: 6
Joined: Sat Apr 29, 2017 2:41 am

Re: Applescript Hazel Output Sun Aug 12, 2018 3:17 pm • by jayhalleaux
fixed:

Code: Select all
return {hazelOutputAttributes: {job}}
jayhalleaux
 
Posts: 6
Joined: Sat Apr 29, 2017 2:41 am


Return to Support