The database is not updated as if there were no match with the table, even though there is a match (checked with Joiner).
Does anyone have any ideas how to solve this problem?
When you say “the database is not updated” is it just that nothing happens, or an error is thrown, or…? Can you provide some additional detail from the log about warnings and/or errors?
An example workflow with some dummy data would be ideal, even if it only includes a local database (for example H2).
I’ve tried to replicate the issue using a test database. In my case, when the matching records are present in the database, the DB Update node works as expected and returns an update status of 1.
Could you share a few of the records from your database that are matching based on your Joiner query? That might help in identifying why the update isn’t going through, even though a match appears to exist.