Workflow is not updating record in DB !?

Hi all,

wondering about this:
I’m trying to change an existing record in my database triggered by a backend workflow:

Here’s the backend workflow:

Details:

After the user clicks the button, no record in the database is updated.
I don’t know why. Didn’t receive any error messages.
I already tried to insert a NEW record in a test-table in my db and this works correctly (date and “eintragstext” is set correctly and is stored in the db). But the shown workflow currectly down’t update the affected record and I don’t know why.

I already tried my best to debug or look at the server logs, but I can’t find a bug or a solution.

Thanks a lot
jupxi

hey :wave:
if you can’t find someone to help in the forum, I would recommend you connect with the support team. They can help you troubleshoot your app and find what’s wrong

Privacy rules?

Hi all,
I found the issue:

My datetime values in the db are stored in the format: “12/12/24 12:00 pm”
My rule compares the 2 date values but expects “12:00 am” - not “pm” :slight_smile:

So I could solve it by using (date + 12 hrs.):

Thanks for your great input, community!

Best
jupxi

1 Like