I have the following parameter:
@Parameter(title: "Image", description: "Image to copy", supportedTypeIdentifiers: ["com.image"], inputConnectionBehavior: .connectToPreviousIntentResult)
var imageFile: IntentFile?
When I drop my AppIntent into a shortcut, though, I am unable to connect this parameter to the output of the previous step.
Given the documentation I have no idea how to achieve this, if the above, is not the correct way to do so.