Specifying DBConnectionString as an asset

Unable to add a database connection string as an asset. Is it a bug in Orchestrator?

Hello @Chatur,

There are four types of assets:

Text - stores only strings (it is not required to add quotation marks)
Bool - supports true or false values
Integer - stores only whole numbers
Credential - contains usernames and passwords that the Robot requires to execute particular processes, such as login details for SAP or SalesForce.

If you want to use a database connection string as an asset you have to select Text Type:

image

Regards,
Susana

1 Like

Hey Susana,

Thank you! The orchestrator API exposed a lot more types of assets. Hence, curious; as I wanted to store a DB connection string.