Oh nice, I didn't know the binary data output of the Download Document
module could be parsed. That's useful. I had gotten my hopes up that it
could somehow read and pass text values from any type of document, like
.docx, .xlsx, .pptx, or .pdf, (which maybe it could for some types, if
you use "parse xml" on the data output and have the right data structure
to map it to?) Our use case for that is a little different. Because
Workfront doesn't search the contents of documents, we've been looking
in...