Get orchestrator asset does not work with assets of type credential

Hi

Any idea on this error

3 Likes

Hi @Hima,

This because get asset activity can’t fetch assets of type credentials. It can only fetch assets of type string,into,bool etc

To fetch credentials from orchestrator asset, please use ‘Get Credentials’ activity.

Also please note that currently you have defined credential asset name under asset sheet in config file. So please remove that row from there and keep in settings or constants sheet.

Alternatively you can consider creating new sheet names Credentials but for that you will have to make some changes in the code while reading config.

For now, I would suggest to just move that row to settings or constants sheet and then use get credentials activity wherever you want to fetch those credentials and use them.

Regards
Sonali

3 Likes

Hi Sonali,

Thanks for your suggestion and explanation, i will try using get credentials here.

1 Like

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