iOS shortcut with createimage?

I’m trying to create a simple iOS shortcut to create an image. The image gets created, but is only 58 bytes and doesn’t display (although it has the right type). What should I do to get this working?


1 Like

You have said nothing about what the input is. And what are you trying to accomplish with this shortcut?

I’m trying to get a photo into DT via Shortcut by using the Share Sheet. I found out the problem though: because I’m accepting different inputs (this is for my general “Clip” shortcut) I needed to ‘force’ the “Shortcut input” type to Image or otherwise it would think it’s a Safari web page or something else apparently. It works now!

That is not the advocated method and may change at some point in the future.
See this…

Totally missed the “file” option with that Shortcut
action! This was exactly what I was looking for. Thanks Jim!

Btw - in the Camera to DTTG Shortcut the Title set never gets used anywhere in the Shortcut :slight_smile:

You’re welcome.
I’d have to look at the shortcut. It has been quite awhile since i built it.