ReFreamwork - What is correct/best way about how to get credential from Orchestrator Assets?

My way:

  1. Add CredentialAssetsName to the Settings sheet in Config.xlsx.
    (Can’t add CredentialAssetsName to the Assets sheet. Error will occur, if add it to the Assets sheet. Because, Assets sheet is supporting only Text, Bool and Integer except Credential)

  2. Get credential by invoke the “Framework\GetAppCredentials.xaml” workflow, and then add output arguments (Username and Password) to the Config dictionary.
    (I added this sequence in the “If first run - read Config file” sequence and after)

Please help to correct me if I’m wrong. Could you help to suggest me, please?

@akkapolk

Yes you need to provide Credentials Asset name in Settings sheet only and remaining all Assets you can provide it under Asset sheet.

1 Like

Hi @lakshman,

Second part of statement is wrong right? You want to say like below?

Remaining all Assets you can provide it under Asset sheet.

Thanks

1 Like

@shreyash_shirbhate

Yes you are correct. I edited my response now. Thanks

2 Likes

No problem @lakshman buddy! Thanks!

1 Like

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