Receive Multiple Documents Using New E-Document Interfaces. #27971
Replies: 2 comments 1 reply
-
@Groenbech96, any input on this one? |
Beta Was this translation helpful? Give feedback.
-
Hi @RahilaSyed3 Have you taken a look at this For now you should implement the event OnAfterInsertEDocument. |
Beta Was this translation helpful? Give feedback.
-
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