Param value reading directly from Orchestrator without config file

Hi, Can we directly read the value of the parameter from Orchestrator without reading the Config file? Please suggest. @Palaniyappan

1 Like

Yes. Make a argument in main file. then you can set this as parameter at starting of job.

can you explain more.

@balkishan

Yes we can. Use Get Asset activity and provide Asset name which you want to read value from that. If you want to read credentials then use Get Credentials activity to get credentials from Orchestrator.

Note: To read Asset values then that BOT machine should be connected to Orchestrator.

Yah of course we can pass the arguments from orchestrator and then access them by creating a IN directed arguments along our workflow

Here you go with an example

Cheers @balkishan

1 Like

Thanks I understand the workflow. But here I am confused while selecting the Global Value, So what I have to give in the username & password if I already set the username & password.

So, what is these again username and password below my name? @Palaniyappan

1 Like

I think we are in asset page and these two are The credentials that we will be storing in the asset and get them from studio using GET CREDENTIALS activity

Cheers @balkishan