Hi there, that's my first time with Xano, but I already made a few different APIs.
Now I'm facing a strange issue with one of them.
Actually, I made a simple 'reset-passord' which get three inputs: user id (id of the user to update), password and retype_password.
I made a 'pre-condition' comparing theese two inputs to check if they are the same beofre storing them on the realtive user.
It seems never pass it. I also tried to compare them with a simple =. But nothing works again.
Any tip would be appreciated.