Backend workflow not updating database even though logs say otherwise

Hi,

I have an app where user can ask a question and OpenAI would response with an answer. To acheive this, I have created a backend workflow where I’m creating an answer record (Create new answers) and associating it with question record (Make changes to question)

The problem that I’m facing is, although answer record is getting created, the association to question record is not happening. But in logs everything is as expected. The answer record creation is happening and the association to question record is also happening

Has anyone encountered an issues like this? What am I doing wrong?

Thanks in advance!