Hi All,
I am using Appian 19.4 currently , i have a specific requirement where i need to get multiple documents through a Web API in single go . Currently we can get a document through WEBAPI but that will be only one single document but i am just trying to explore a way through which i can get multiple documents in Appian in single go.
Discussion posts and replies are publicly visible
Hi shangloos did you get an answer to this question?
NO till now.
any updates on this thread ? would be useful . or suggest any alternative for the above mentioned use case plz
thanks
My workaround was to change the external system to call Appian once for each document it was expecting, which is not ideal.
I think one way i have found so far is that external system sends the document as a compressed file and then at Appian end we have to extract the documents and verify whether the files and data sent is appropriate or not . I am just looking out for a better Approach for such kind of problem.