Global values enable users to reuse identical values between bots instead of creating new variables for each bot
Top Benefits
Through this bot, we can delete global values from control room
Global value can be access by all developers
Tasks
Provide Control Room URL, Admin Username, Admin Password, Global value name to be deleted
With the help of REST API global value can be deleted
You have to provide inputs like control room URL, control room admin credentials, global value name through which the bot will trigger REST API and delete the global value from the control room. As in Automation 360, there is no option for deletion of global value. With help of this bot, we can delete global values.
See the Bot in Action
Setup process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Use the Bot in a bot, configure keys and other credentials the Bot will need (see the ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
Please provide values to below variables:
1. sControlRoomURL – Provide your control room URL at line number 2 in bot.
2. sControlRoomAdminUserName – Provide your control room admin username which created global value at line number 3
3. sControlRoomAdminPassword - Provide your control room admin password at line number 4 in bot.
4. sGlobalValueToBeDeleted – Provide global value name which you want to delete from control room at line number 5
5. sErrorLogFilePath – Provide file path to store error log details at line number 6 in bot.