For each attachment, I try to extract the text. Some attachments are not PDFs though, so I would like to check if the extraction was succesfull by checking if the extracted text exists
The issue is, I can’t toggle on Continue on Failure for the “Extract Text” step. The button is clickable and it changes to flow to draft state, but nothing changes. It wont get activated. I can activate it for all other blocks just fine, but not for this one where I actually need it.
thanks, I have that setup correctly, I think. If all attachments are PDFs it works fine, but sometimes an item is not a PDF. This is okay and expected, I just want to skip that iteration then. But for that to happen, the whole run must not fail when extract text fails, which is why I need to toggle on “Continue on Failure”. But the button doesn’t work.
Mmm, not sure what then solution will be then. What if you store those documents in a Google Drive and Run them from there? You must have some sort of File type you then could use for making the distincion between files.