I’m currently working through the course and encountered an issue I hope you can help with.
Each time a new row is added to my Google Sheets file, the n8n workflow is triggered — but instead of processing only the newly added row, it reprocesses all the existing rows in the sheet as well. This leads to duplicate actions, like sending emails for previous entries again.
Is this expected behavior? How can I configure the workflow to trigger only for the newly added row?