Is there way to get a range of bytes from a document stored in Appian. We have process that takes Documents in Appian and uploads them into our document management system via a service on our end. Larger files (15+ MB) tend to time out. We have a resumable service but it requires that we can break up the file into chunks to send separately. Is there a way to do this in Appian or do we need to write a custom plug-in?
Discussion posts and replies are publicly visible
I have the same issue. We've had to use RPA to solve this problem.