Describe the problem
Hello,
I’m trying to make a sub-workflow, that waits for a certain value to appear in the DB. The problem is, that even after multiple executions and a confirmed change in the DB the node still returns the same data. If I stop the workflow and start it again the data is updated to the new values.
Is there a better way of doing a “wait until data in DB” that I’m trying to make here? Thank you in advance!