Hello guys,
I am doing a document reader. Documents are being sent to Gmail inbox and sometimes, a single message contains plenty of docs. I have handled splitting and reading them over a loop, now I need to join them and send them back (all) with a single Gmail message.
it would be a bit more helpful if you could share your entire workflow?
But looking at the screenshot, the issue may be that the loop does not output the binary file itself. You could bring that in with a merge node to hold the binary input to be used for the “sending documents back” node once the loop is finished.
@ria thanks for reply.
Each loop is processing a new document. But the question is here not about the loop itself, but let’s say we have a simple workflow to get x+k documents, which need to be sent through GMAIL.