Level3 Assignment 1 question about login process

Hi All, when i try login workflow, uipath show this ui.
fill in username and password and then check my windows credential set the this info.
but assignment requirement is using asset. but i can’t asset.

here is my config file and asset info.

it’s right?? how can i use config file and asset.

i can’t set the value to config(“name”).Tostring…

plz help me.

@111181

Don’t pass default value to that argument.

Click on Import Arguments of that invoke workflow and pass like below.

in_config("System1_Credential").Tostring

current my login workflow invoke GetAppCredential.xaml and import Arguments out_username, in_Credential, out_Password.

Add one argument (in_config) here??

@111181

You have to pass above mentioned value to in_Credential argument.

        in_config("System1_Credential").Tostring

안녕하세요 Level 3 assignment 진행하다가 login 부분부터 막혀서 질문드립니다.

첫번째로 로그인을 시도할 시
image
화면이 나타납니다. 아이디와 비밀번호 입력 해본 결과 windows credential에 세팅이 되는 것을 확인했습니다.
이 과제의 요구가 config 파일에 저장된 system credential의 네임으로 asset에 접근하여 asset에 저장된 아이디와 비밀번호로 로그인을 하라는거 같은데, 그렇다면 GetAppCrdential 에 있는 인수 in_Credential의 값을 in_config를 이용하는 형식으로 바꾸면 되는건가요?

그게 맞다면 in_config을 이용하기 위해선 따로 설정을 바꿔야하는 부분이 있는건가요? ( ex 스코프를 변경한다던지…) 현재는 config 파일을 이용해 value를 줄수가 없네요.

조언 부탁드립니다.

Ok i understand!
But in_config is not found login workflow.
i can’t access this value

1 Like

@111181

It’s nothing but Config variable and it is of type Dictionary.

I study on invoke again and then realize that data communication.
in my case, config data is not invoke data. So i can’t access in_config.
Anyway Thank you for your effort.
It helped a lot.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.