How do I compare a Text object and a Text Input object new lines?

Hi, so I basically made a condition that executes only when a Text Input is equal a Text Object. But I encountered a problem: new lines.
I don’t know what GDevelop read the ‘enter’ key as, I just assume it would be a new line.
I also don’t know if the problem is on the Text object side not reading enter, or the Text Input object side not saving ‘enter’, or whatever other reason there may be.
Any help?

Hi,

I would recommend finding a workaround with the “Return key is pressed” condition.