UiDemo GetAppCredentials types in Username - Assignment #1

Good Evening,

Perhaps somebody can help.

From GetAppCredentials I get out_Username and out_Password. Then in UiDemo_Login I invoke GetAppCredentials and import out_Username assign it to Username and out_Password to Password.

In Orchestrator I have UiDemoCredential set to “admin” & “password”. However when I run the automation instead of typing “admin” it types in “Username”. I can’t figure out where it comes from.

Hope I am being clear.

Thanks in advance!

Have you used get assets activity.

In Get assets you need to provide asset name as input, then id and password as output

Have you used default value as user name inside your workflow??

Are you passing the variable username in typeInto in quotes " username"?