I’m currently experiencing an issue where “Make changes to a thing” actions are not actually saving to the database.
I’ve already checked the following:
Used the browser Inspect/Network tab to confirm the workflow is triggering.
Checked server logs, and the action appears to run successfully.
The workflow shows the “Make changes to a thing” step executing.
However, the changes are not reflected in the database afterward. The values remain the same as before the workflow ran.
Given the current outage notice affecting AWS zones in me-central-1, I’m wondering if this could be related to the infrastructure issue. Has anyone else experienced a similar problem where workflows execute but the database doesn’t persist the changes?
I believe for me it was solved by using Custom Events, some sort of order of operations issue. It bit my brain off for like a day when I was dealing with it.