Interactive

Login & Password

Activity used to communicate with a business user. Should be used in attended robots.
Displays window with login and password input fields and stores entered values in specified variables for further use. Works similarly to Input text activity, except password field, where entered text is displayed as dots for confidentiality.

v2_interact_login-pass
Acquired TextStringOutputtext input by user
Alternative Scenario If FailedBooleanInputcheckbox; default is "on"
Display NameLiteralInputchanges display name of the activity
Exclude from Transaction CheckBooleanInputcheckbox; default is "off"
LoginStringOutputlogin ID
MessageStringInputauthentication reminder
PasswordStringOutputstring variable, will store the password entered by user
ResultBooleanOutputreturns a Boolean value. True if no error in activity, otherwise will return False
Result CodeInt32OutputResult Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info