Webhook - database update not working

I have stripe all setup and webhooks working successfully. However, adding a database update action in that webhook does not work. Particularly in my case, updating a user record. Pretty sure this is a bug.

Thanks

1 Like

Database insert works but not Database update…

There is no bug using database inserts or updates in a webhook.

What is the condition used on your update action? It’s most likely that isn’t selecting the record to update probably because you’re using a field which has no value.