Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Passing image data from Pythonista into an existing Shortcut?
-
Hi --
I have a Pythonista script called from a share sheet and processes any incoming "shared" data including text, dates, and images. Once my script work is done I'd like to send this data to a Shortcut for further processing, but I can't figure out how to send image data to shortcuts from Pythonista.
I know about the shortcuts.open_shortcuts_app() function but it looks like it only takes a single text
shortcut_input
parameter.Any ideas how to send multiple values to a shortcut, including images?
Thanks!