Booky icon indicating copy to clipboard operation
Booky copied to clipboard

Getting an Image as a property with IntentFile

Open MatthewWaller opened this issue 1 year ago • 0 comments

Hello, I was having trouble exposing the image of my entity for the user to pass on to another action in Shortcuts. I have three properties: Body, Title, and Image, and Body and Title appear fine, but Image does not. It’s setup like this:

https://github.com/mralexhay/Booky/blob/c2f85f52640257754b2297b2753d870f42a598e4/Shortcuts/ShortcutsBookEntity.swift#L28

but with Property not commented out. Any advice on exposing the IntentFile for the user to have access?

thanks!

MatthewWaller avatar Dec 19 '23 21:12 MatthewWaller