Global Value Deletion via API

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.

Get Bot

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
67
Vendor
Automation Type
Bot
Last Updated
May 19, 2021
First Published
March 9, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Bot in Action

Global value
Global value script
Global value script
PREV NEXT
Global value
Global value script
Global value script

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or 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.