Duplicate Email trigger Form Submission and daily Trigger issue

I am working on a workflow.

    1. Users input
    1. Feed input to openai
    1. Format
    1. Email feedback to user back
    1. Trigger daily event to set 2

Issues

  • The workflow outputs directly a blank email
  • Then after the openai feedback comes, a second email was send
  • The daily (or mintues) trigger is not working

Please share your workflow

Learning experience n8n

I am really interested in n8n and want to learn more.
I have watched many YouTube movies, but couldn’t find a answer to these issues.

Any assistance is very appreciated.
Thank you!

Information on your n8n setup

  • n8n version: n8n cloud
  • Database (default: SQLite): No database
  • n8n EXECUTIONS_PROCESS setting (default: own, main): ?
  • Running n8n via: n8n clould
  • Operating system: chrome + mac

Hi!
Remove the Date & Time node - it seems there is no need for it. This way it works for me without a problem.
Furthermore, what is the idea behind the Scheduled Trigger?

Best,
Holger

Hi Holger,

Thank you for your response.
Yes! Removing the Date & Time worked indeed, thank you for that.

The basic idea is: We collect user information, then feed that into OpenAI and send out the output by email. Then We want to repeat the process at interval, automated. Using the same input data from the Form Submission.

Hope you can assist my in this final step. Thank you.

This is my workflow at the moment:

You are welcome!

Once you set the workflow to “Active” (top right), it will get triggered every time the form is submitted. Via the “Schedule Trigger” itself you will not get any additional data to work with.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.