Hey @Product,
I have a WF that is triggered via email. The first thing I need to do in the WF is download all the attachments from the email (all of them are .tif files) and convert each of them into a PDF.
If I pass one of the files into the job just from the launch config, then the job succeeds. But if I do the 'Download attachments from email launch' and then feed the output file into the convert image WA, it is failing with the error:
Unsupported file type: .tif. Supported file extensions: ['.heic', '.heif', '.png', '.jpg', '.jpeg', '.gif', '.tiff', '.webp', '.pdf']
Here is a successful job: https://portal.skillpack.io/wrkstation/ae5e78cd-2152-41e0-9d71-70dbb265571e
Here is an unsuccessful job: https://portal.skillpack.io/wrkstation/c7242dbb-79b6-47d7-a3cd-734200e97002
Is someone able to take a look please?