Hello, Im using the Smart Service Merge PDF and Im trying to use a record were I saved the documents (CO Documents).
Im having trouble to put the existing document and Documents. Can someone help me?
Discussion posts and replies are publicly visible
Can you elaborate in more detail on what you want to achieve?
I have a record (CO Documents) where i stored all of the clients documents and with the merge pdf I want to merge the same one.
For example, Client 1 have his ID one document of the front and one of the back and i need to put those to documents into one
Simply get the document ids from the database and use todocument to convert the documentIds to documents and pass the list in the "Documents" node input.
todocument({ 1, 2, 3, 4 })