I have a cloudconvert module, Create a job. I have three inputs setup to convert a file. Although, I don’t always have 3 files to convert. I’m using it to convert receipts to images to amend to a document. I get a missing url error when I don’t have two or one file to convert. The first file is required so I will always have one file input.
I’m trying to figure out a way to get it to ignore the file input when there is not a file to convert. I have tried the ignore error module. That didn’t work. I have tried to include the if statement and add the ignore and that didn’t work.
Any ideas and help is greatly appreciated.
Thank you.