I am using webhook to simply send messages to Whatsapp API supabase. The data is not being written in order, i.e. the webhook passing wrong information to Supabase.
I’ve already tested the API directly for Supabase and it works normally, I’m using n8n.cloud
Can you share how you are testing this? The order would depend on a few different things, So if you sent 5 webooks they would be started in order but while the workflow is running if one is a little bit on the connection to the service it will write before the others.
If you wanted things to be strictly in order you would need to build a queing system and add each item to a queue and process them in order.