Test scenario workflow

i want to test myself using n8n so i ask chatgpt to make me a scenario but i don’t understand how to do this step by step here’s the scenario

Step 3: Create Your First Workflow

Let’s make a simple example:
“When someone fills a Google Form → Save the response in Google Sheets → Send me an email.”

  1. Add Trigger: Start with Google Sheets Trigger (New Row Added).

  2. Add Action: Connect it to Send Email (Gmail or SMTP).

  3. Test Workflow: Add a fake Google Form response, see if it saves and sends an email.

  4. Activate Workflow: Once it works, turn it ON. :tada:

is there any tutorial video like this scenario?

Hey @lionel_perez hope all is good. Welcome.

You can keep asking chatgpt questions, including clarifications or hints with the scenario it created. Which part of the flow is challenging?

chatgpt only tell me trigger and action but dont have tutorial for what to put or choose in parameter settings.

i can’t proceed to step 2 i don’t know how to put action on this google sheets trigger

You just did, what you have above is exactly what you need. A Google Sheets trigger with “row added” action. Inside you specify which document you want to monitor, which sheet and how ofter to check for new rows.

If you are looking for tutorials, I suggest using official courses from n8n:

Let me know if you have any questions about this, or mark the answer as solution if this is answered.

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