Property files

Could someone advise where I can put my static strings,Such as DB connection server or port, When I use Java as program language, We used to get this static strings from property files or we can use "public final static String DB_SERVER = “127.0.0.1”, so how does it work this in UiPath?

Hi,

There are various way, you can create one excel sheet to store your properties and read those value from excel sheet.
same way you can also create text file and JSON format.

besides above points you may also use Orchestrator Assets

2 Likes
1 Like