Hi Glide Community!
I’m experiencing an issue where my webhook trigger is saving multiple duplicate records to my table, even though I’m only sending the webhook once.
Any insights would be greatly appreciated!
Thanks in advance!
Hi Glide Community!
I’m experiencing an issue where my webhook trigger is saving multiple duplicate records to my table, even though I’m only sending the webhook once.
Any insights would be greatly appreciated!
Thanks in advance!
Can you show us a sample log where it would write multiple records?
What conditions are you using for your Users loop?
I’m seeing a strange issue:
The webhook is triggering only once according to logs, but somehow creating duplicate records in my user profile table. Not sure why this is happening.
My requirement:
Can you show me how you’re setting up the Loop part? I assume you’re just adding values to the newly added row?
Yes,
I want to store data into my user profile table but can’t find the source table reference in my workflow setup.
As a workaround, I’m using a loop flow to achieve this. Is this the correct approach, or is there a better way to directly reference and update the user profile table?
Can anyone advise on the proper method?
Can I access the user table directly without using a loop in my workflow?
So can you explain what is the end goal here? You add a row, and then use a n8n scenario to enrich the info?
Just sharing my current workflow setup:
Why do you need to having seemingly two scenarios here? Is one intended to add the row, and the other to process with n8n? Are they both enabled or just the “copy” version?
whenever we receive data via webhook, we need to store it in the user profile table and then pass it to the N8N platform.
So the data received from webhook should always create a new users row, then you pass that data to n8n to do more stuff, and receive data back to set to the same users row?
Yes,
I would build on the idea using only one webhook workflow: