I have the following scenario, I generate a text with a ChatGPT module, then I generate an image with another ChatGPT module, capture the image with HTTP GET File, then I want to send an email with the text and the image. The email module gives me an error.
I’m unable to configure the attachments field correctly inside the email module. Can someone show me how to configure this field.
Welcome to the Make community!
As you can read from the error message,
The “Attachments” field accepts an array of file objects, not a JSON string like you’ve typed into that field.
Simply unmap that field by clicking on this toggle:
Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
— @samliew