@jasonminsookim Open the alfred workflow settings, go to the "Sidecar" workflow. Double click the one that says "/usr/bin/osascript" on top
Change this line
click (menu item 1 of menu 1 of result whose title contains "iPad")
to this line
click (menu item 1 of menu 1 of result whose Title contains "iPad")
@jasonminsookim Open the alfred workflow settings, go to the "Sidecar" workflow. Double click the one that says "/usr/bin/osascript" on top
Change this line
click (menu item 1 of menu 1 of result whose title contains "iPad")
to this lineclick (menu item 1 of menu 1 of result whose Title contains "iPad")
I also opened a PR so its fixed going forward
https://github.com/mikelxc/sidecar-alfredworkflow/pull/3