Hello, I developed a webservice to a Login System for my game. And I see it's working fine.
You could see the attachments. There are two images, the conditions and the debug printscreen.
Conditions: As you can see, I just need to request some the url of my web service (I send it the user and the password), I tagged as Login, then when is completed I put the AJAX.LastData in a Text variable called "Existe". And then I compare if the Existe variable has the value "existe". If it is, then I want to see the Layout called Menu. That's all.
But this doesn't work, it never goes to Menu, even if the variable has the value "existe" on it.
You can see the attachment called Debug.png, where the LastData is the same of the value of the Existe Variable. But action never works and I just can't figure out why... I hope you can help me.
Thank you very much.