Receive Multiple Documents Using New E-Document Interfaces. #27971
Unanswered
RahilaSyed3
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the new e-document functionality to receive documents via an external API. While I am able to fetch a single document successfully, when processing multiple documents, I am encountering an issue where the first document is returned repeatedly instead of distinct documents.
This issue seems to occur because the temporary storage (e.g., tempBlob) or the logic used to process the API response in the loop is not updating correctly for each iteration.
I have got the inspo from below by Magnus Hartvig Grønbech
https://www.youtube.com/watch?v=BVVsqzvF7Ko
Beta Was this translation helpful? Give feedback.
All reactions