Create an HTTP Request to PDF Stirling and Remove specific pages
Rename the file as File-1
Repeat the process using the originally downloaded file from Gdrive and remove different pages
Rename the file File-2
Repeat the process using the originally downloaded file from Gdrive and remove different pages
Rename the file File-2
and so on
Email everything using Gmail.
The workflow works for the first part (up point 3) then I am unable to properly map the original file: even if i select the downloaded file from Gdrive, n8n changes the setting of the next HTTP Request (or does not apply my selection) and chooses the file from the last node.
Hey @life.tripod , to access binary files in HTTP Request node you do need to have that binary file present in the preceding node. It won’t work if you try accessing it from any other nodes.
thanks, is there a way to aggregate all the files (not merging) so that Gmail waits for all the process to complete and does not send multiple emails but just one with multiple attachments?