Dear Retool community,
I am trying to build a fully customized multipage mobile app, it will have user Login, logout, profile update. My requirement is to call the login API when I hit the Login button and if the API response contains success then navigate to the user profile page , if not show an error message.
I am entering login and password on two text fields, and trying to pass them like {{ textInput_email.value }} and {{ textInputPassword.value }} as the URL parameters (email and password), but somehow a blank value was passed to the API.
API is getting response "email and Password must not be empty", which means no username and password passed to the API.
Any thoughts on what I am missing here?
Thank you,