JolinM Posted August 17, 2020 Posted August 17, 2020 (edited) Hi, total N00b here. I’m trying to fix this workflow. Right now, I have this (running it as /usr/bin/osasciprt (AS) with imputes as {query} running instances Sequentially tell application "AgentAntidoteConnect" lance module dictionnaire mot q end tell The error message I receive is the following [14:29:52.840] ERROR: Antidote 10[Run Script] 56:68: execution error: La variable dictionnaire n’est pas définie. (-2753) But running it in Script editor does work… any clues? Edited August 17, 2020 by JolinM details about the running method
deanishe Posted August 30, 2020 Posted August 30, 2020 On 8/17/2020 at 8:32 PM, JolinM said: But running it in Script editor does work… any clues? Alfred doesn't do French, so have you tried the command in English? JolinM 1
JolinM Posted August 31, 2020 Author Posted August 31, 2020 That helps a lot, thanks. I also found the answer to my original question! Needs to be "{query}" between brackets and with ". Here’s my final script: tell application "AgentAntidoteConnect" launch module dictionaries resource definitions word "{query}" end tell
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now