Hi,
I’m working on an automation in Make.com. The goal is to read the content of email attachments (if any), concatenate them, and send the combined text to a ChatGPT prompt.
In addition to the attachments, I also want to include the email subject and body text in the prompt.
The issue is that the Text Aggregator module can only connect to one module. If I use multiple Set Variable modules with the same variable name, the aggregator only sees the content from its own branch — meaning it only gets the attachment text from that specific path, not from all of them.
How can I combine the text content from multiple attachments, along with the email subject and body, and send the whole thing in one prompt to ChatGPT?
Thank you