Hello,
I have some questions and any help will be very appreciated.
Problem 1
I have a password text input. How can I make it secure? I only see the Text, Url and Email options in the Text Type setting.
I have a REST API Connector RegisterUser that makes a request to the 3rd part service (1). If operation is successful Iβd like to show an alert with the corresponding message (2). If it fails I want to show the error alert (3).
Problem 2 - even when I have the 200 response with correct response object the error alert is triggered instead of the successful one .
Problem 3 - when the operation really fails (5), how can I get that error message and put it to some variable to represent in the alert (3) message? It seems like I only can choose the fields from the successful response but not from the failed one (6).
Regards,
Olha