Applescript Hazel Output

Simplified example
Rule Action:
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
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