I created a workflow to collect daily user information.
However, the user missed answering yesterday’s questions, and we also sent today’s message.
The user first submitted answers for today, then later submitted answers for yesterday by selecting the previous options.
I want to store these as two separate conversations, but they are being treated as the same one. I’m using an n8n webhook to save the responses to a Google Sheet—what can I do to separate them?
I tried a solution where I generate a unique ID via the n8n webhook and store it in a user field, but it gets replaced every time. Is there any variable or method that allows storing a unique ID for each workflow run so it remains distinct?
