Hello, I'm using Workflow to retrieve values from a LFForm and filling out a PDF with those values. Here are the relevant activities that I'm using:
- Find Entry
- Finds the master copy of the PDF form.
- Move Entry
- Makes a copy of the master copy.
- Fill Out PDF
- Tries to fill out the PDF copy from step 2.
When it reaches the third step, it returns the error message: "The entry was not a pdf. PDF activities will only run if the entry is a PDF." I found another post that has a similar error message but it had to do with WebDav so I didn't think it was the same issue. I have multiple conditional parallel branches that do the exact same thing to a different PDF. That branch works fine. I've uploaded the PDF in question. It's just a generic state tax form.