Confirm Selected Option Dialog Tree Action not working[Solved]

I know there’s a similar thread but its solution didnt work for me.

When the player confirms an option nothing happens but I can confirm that the engine is processing the relevant branch as actions of “branch title has been visited” condition (namely an animation) is being executed. I have double checked the line breaks and spaces but it doesnt help. I am trying to create a narrative game as a level of my overall game. Here is my event sheet:

And here are the preliminary nodes:

And

Please help!

It seems to be a caching problem, when i changed the pressed key condition for “confirm selected option” from Return to another key and then back to Return, that did the trick!