Shortcuts Not Authorized
I ran this Shortcut in Monterey without problems, yet in Ventura, I am getting this:
Do I need to enable something in System Settings (or elsewhere) or is this telling me that I cannot run the shortcut which is the following script:
on run {input, parameters}
tell application "Contacts"
set the clipboard to (vcard of people) as text
do shell script "pbpaste >~/Desktop/AM/JOHN.vcf"
quit "Contacts"
end tell
return input
end run
Thanks for your help
iMac Line (2012 and Later)