Hello everyone, I hope you are well
To start with, sorry for my approximate English. So, I have in mind to create automatic automations. So I keep the same automations, but only the information will change according to the requests. This is why I started testing with a small automation that I am attaching to you.
I ask the openai module to answer a test question, and then I send an email with the answer. I then created a scenario with a Google Sheets that lists different info for the email, the subject, and the question asked. I link it with the Make module “create a new scenario”. I configure it, and then I put the JSON file in the module. In the latter, I modify my test info (The question for the openai module. The email and the name as the subject for the Email module). For the text in the email module, I place the “{{1.choices.message.content}}” so that the response from the new OPENAI module is directly transmitted to the new EMAIL module in the new scenario. So I start the creation, all is good. The question was well transmitted to the openAI module. For the Email module, the new email and the new name have also been correctly transmitted, but for the text, so the response from the openai module. The box is empty.
I attach the different images to you.
Image 1: copied scenario
Image 2 Copier scenario
Image 3 Modification of the question (the translation of the sentence is “answer the following question:”)
Image 4: modifications of the email and first name (subject) and below the problem with the message content.
Image 5 what I get as content (nothing)
image 6: what I would like
Thank you in advance for your time, and I apologize if the solution is very simple haha