Get assets and get credential activity different?

get assets and get credential activity different?

@dogebi

The Get Asset activity should be used with the String, Bool and Integer assets, while Get Credential should be used with Credential assets.

Please check below thread for more Info.

5 Likes

Yes buddy
Get Asset is different from Get Credential activity Though both the activities use access ASSET from orchestrator the variable type that we access from asset differs
Asset usually hold four different type of variables like
Integer
Text
Boolean
And
Credential

So to access the first three types of assets we need to use Get Asset activity in studio and the output will be of type string variable
But
To access the credential kind of asset we need to use Get Credential activity in studio which will give us two output
One is username of type string variable
And another one is password of type secure string
To use this secure string variable we need to use TYPE SECURE STRING activity

Hope this would help you
Cheers @dogebi

2 Likes

Thanks

1 Like

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