Example of migrating data from Excel to a database

In this example, you build a bot to transfer values from an Excel spreadsheet to a database using actions from the Database, Excel advanced, and Loop packages.

Prerequisites

Before you start building your bot, create the following:

  • Create an Excel spreadsheet with the following values and save it (For example: Test_migration_db.xlsx)
    John Williams jwilliams@cmail.com
    Sam Li sam.li@xyz.org
    Carl Miller carl@carlmillerllc.com

    Excel to db migration
  • Create an Access database table named CustomerT with the following columns: (create a database similar to the image below and save it - for example: save it as Test_Migration_db.accdb)
    • FirstName
    • LastName
    • Email
      Access db

Procedure

To migrate values from a spreadsheet to a table in a database, perform the following steps:

  1. Create a new bot:
    1. On the left panel, click Automation.
    2. Click Create new > Bot.
    3. In the Create Task Bot window, enter the bot name.
    4. Accept the default folder location: \Bots\
      To change the default bot storage location, click Choose and follow the prompts.
    5. Click Create and edit.
  2. Open the spreadsheet:
    1. Double-click or drag the Excel advanced > Open action .
    2. Click Browse to provide the file path.
      Provide filepath
    3. Select the option to open the file in Read-write.
  3. Connect to the database:
    1. Double-click or drag the Database > Connect action.
    2. Select the User defined connection mode.
      User defined connection
    3. Select the Microsoft Access database type.
    4. Click Browse to provide the file path.
  4. Insert the Excel values into the database, row by row:
    1. Double-click or drag the Loop action.
    2. Select the Excel advanced > For each row in worksheet iterator.
    3. Select All rows from the Loop through drop-down.
      Loop through the Rows
    4. In the Assign the current value to this variable, create the record variable rExcelCurrentRow.
    5. Drag the Database > Insert/Update/Delete action into the Loop container.
    6. Enter the following SQL statement:
      INSERT INTO CustomerT (FirstName,LastName,Email) values ('$rExcelCurrentRow[0]
        
      
      ,'$rExcelCurrentRow[1]
              ;
              if (!zdWebClientConfig.environment) {
                  zdWebClientConfig.environment = "production";
                }
            }
            catch (err) { console.error("Configuration was not injected properly") }
          
          
          
          
        
        
          
      ,'$rExcelCurrentRow[2] ; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
      );\u003C/code\u003E\u003C/pre\u003E\n \u003Cbr\u003E\u003Cimg alt=\"Enter SQL statement\" class=\"image\" id=\"tpc-cloud-example-migrate-data-from-excel-to-database__image_o15_34y_qtb\" src=\"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/../../img/excel-db-insert-sql.png?_LANG=itit\"\u003E\u003Cbr\u003E\n \u003C/div\u003E\n \u003C/li\u003E\n \u003C/ol\u003E\n \u003C/li\u003E\u003Cli class=\"li step\" id=\"tpc-cloud-example-migrate-data-from-excel-to-database__disconnect-database\"\u003E\n \u003Cspan class=\"ph cmd\"\u003EDisconnect from the database. Drag the \u003Cspan class=\"ph menucascade\"\u003E\u003Cspan class=\"ph uicontrol\"\u003EDatabase\u003C/span\u003E > \u003Cspan class=\"ph uicontrol\"\u003EDisconnect\u003C/span\u003E\u003C/span\u003E\n \u003Cspan class=\"ph\"\u003Eaction\u003C/span\u003E below the Loop container.\u003C/span\u003E\n \u003C/li\u003E\u003Cli class=\"li step\"\u003E\n \u003Cspan class=\"ph cmd\"\u003EClose the spreadsheet. Double-click or drag \u003Cspan class=\"ph menucascade\"\u003E\u003Cspan class=\"ph uicontrol\"\u003EExcel advanced\u003C/span\u003E > \u003Cspan class=\"ph uicontrol\"\u003EClose Spreadsheet\u003C/span\u003E\u003C/span\u003E\n \u003Cspan class=\"ph\"\u003Eaction\u003C/span\u003E.\u003C/span\u003E\n \u003C/li\u003E\u003Cli class=\"li step\"\u003E\n \u003Cspan class=\"ph cmd\"\u003EClick \u003Cspan class=\"ph uicontrol\"\u003ESave\u003C/span\u003E.\u003C/span\u003E\n \u003C/li\u003E\u003C/ol\u003E\n \u003C/div\u003E\n\u003Cnav role=\"navigation\"\u003E\u003C/nav\u003E\u003C/article\u003E\u003C/main\u003E\u003C/article\u003E\n","dislike_url":"https://automationanywhere-be-prod.automationanywhere.com/dislike/3109890","page_id":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-migrate-data-from-excel-to-database.html","isFallbackLanguage":false,"isCollapsibleContentExists":false,"miniTOCHeadings":[],"miniTOCHeadingsFlat":[],"shouldShowSideBoxes":true,"shouldShowTOC":true,"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-explore.html","title":"Explore","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-explore.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-automation-anywhere-enterprise-overview.html","title":"About Automation 360","navPath":"enterprise-cloud/topics/security-architecture/cloud-automation-anywhere-enterprise-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/cloud-control-room-overview.html","title":"Control Room overview","navPath":"enterprise-cloud/topics/aae-architecture-implementation/cloud-control-room-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-distributed-architecture.html","title":"Distributed architecture","navPath":"enterprise-cloud/topics/security-architecture/cloud-distributed-architecture.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-distributed-architecture-with-ha-dr-support.html","title":"Distributed architecture with HA/DR support","navPath":"enterprise-cloud/topics/security-architecture/cloud-distributed-architecture-with-ha-dr-support.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-security-architecture.html","title":"Security architecture","navPath":"enterprise-cloud/topics/security-architecture/cloud-security-architecture.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-security-architecture-model.html","title":"Security architecture model","navPath":"enterprise-cloud/topics/security-architecture/cloud-security-architecture-model.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-data-mapping.html","title":"Cloud operational responsibilities","navPath":"enterprise-cloud/topics/security-architecture/cloud-data-mapping.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-securing-the-rpa-environment-with-external-controls.html","title":"Securing the RPA environment with external controls","navPath":"enterprise-cloud/topics/security-architecture/cloud-securing-the-rpa-environment-with-external-controls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-independent-control-planes-bot-creators-and-bot-runners.html","title":"Independent categories for Bot Creators and Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-independent-control-planes-bot-creators-and-bot-runners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-role-based-access-control-rbac.html","title":"RBAC in Control Room","navPath":"enterprise-cloud/topics/security-architecture/cloud-role-based-access-control-rbac.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-bots.html","title":"RBAC on bots","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-runners.html","title":"RBAC on Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-runners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-in-credential-vault-credentials-management.html","title":"RBAC for Credential Vault credentials management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-in-credential-vault-credentials-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-role-based-processing-domains.html","title":"Role-based processing domains","navPath":"enterprise-cloud/topics/security-architecture/cloud-role-based-processing-domains.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-audit-log.html","title":"RBAC on Audit Log","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-audit-log.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-operations-room.html","title":"RBAC on viewing bot activity","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-operations-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-user-management.html","title":"RBAC on User Management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-user-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-roles-and-permissions-management.html","title":"RBAC on roles and permissions management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-roles-and-permissions-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-schedules.html","title":"RBAC on bot schedules","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-bot-schedules.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-rbac-on-license-management.html","title":"RBAC on license management","navPath":"enterprise-cloud/topics/security-architecture/cloud-rbac-on-license-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-bot-execution-access-dynamic-access-token.html","title":"Bot execution access by dynamic access token","navPath":"enterprise-cloud/topics/security-architecture/cloud-bot-execution-access-dynamic-access-token.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-secure-credential-store-credential-vault-cv.html","title":"Secure credential store through Credential Vault","navPath":"enterprise-cloud/topics/security-architecture/cloud-secure-credential-store-credential-vault-cv.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-configuration-of-cv-encryption.html","title":"Credential Vault encryption","navPath":"enterprise-cloud/topics/security-architecture/cloud-configuration-of-cv-encryption.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-credential-storage-in-cv.html","title":"Credential storage","navPath":"enterprise-cloud/topics/security-architecture/cloud-credential-storage-in-cv.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-credential-provisioning-to-bots.html","title":"Credential provisioning to bots","navPath":"enterprise-cloud/topics/security-architecture/cloud-credential-provisioning-to-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-list-of-cryptographic-providers.html","title":"Cryptographic providers","navPath":"enterprise-cloud/topics/security-architecture/cloud-list-of-cryptographic-providers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-secure-recording.html","title":"Secure recording","navPath":"enterprise-cloud/topics/security-architecture/cloud-secure-recording.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-with-control-room.html","title":"Authentication with Control Room","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-with-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-supported-authentication-methods.html","title":"Supported authentication methods for Automation 360 On-Premises","navPath":"enterprise-cloud/topics/security-architecture/cloud-supported-authentication-methods.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-security-in-transit-support-for-secure-protocols.html","title":"Support for secure protocols","navPath":"enterprise-cloud/topics/security-architecture/cloud-security-in-transit-support-for-secure-protocols.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-network-security-overview.html","title":"Network security overview","navPath":"enterprise-cloud/topics/security-architecture/cloud-network-security-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-change-management.html","title":"Change management","navPath":"enterprise-cloud/topics/security-architecture/cloud-change-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-identity-and-authentication.html","title":"Identity and authentication","navPath":"enterprise-cloud/topics/security-architecture/cloud-identity-and-authentication.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-password-hashing.html","title":"Password hashing","navPath":"enterprise-cloud/topics/security-architecture/cloud-password-hashing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-failure-messages.html","title":"Authentication failure messages","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-failure-messages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-for-bot-runners.html","title":"Authentication for Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-for-bot-runners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-authentication-of-bot-runners-dynamic-access-token.html","title":"Dynamic access token authentication of Bot Runners","navPath":"enterprise-cloud/topics/security-architecture/cloud-authentication-of-bot-runners-dynamic-access-token.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-defenses-against-common-vulnerabilities.html","title":"Defenses against common vulnerabilities","navPath":"enterprise-cloud/topics/security-architecture/cloud-defenses-against-common-vulnerabilities.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-compliance-and-vulnerability-scanning.html","title":"Compliance and vulnerability scanning","navPath":"enterprise-cloud/topics/security-architecture/cloud-compliance-and-vulnerability-scanning.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-audit-logs.html","title":"Audit logs","navPath":"enterprise-cloud/topics/security-architecture/cloud-audit-logs.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-additional-security-controls.html","title":"Additional security controls","navPath":"enterprise-cloud/topics/security-architecture/cloud-additional-security-controls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/appendix/cloud-guidelines-for-gdpr.html","title":"General Data Protection Regulation guidelines","navPath":"enterprise-cloud/topics/control-room/appendix/cloud-guidelines-for-gdpr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-A2019-faq.html","title":"Automation 360 FAQ","navPath":"enterprise-cloud/topics/release-notes/cloud-A2019-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-a360-cloud-faq.html","title":"Automation 360 Cloud FAQ","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-a360-cloud-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/cloud-iqb-process-overview.html","title":"Automation 360 IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/cloud-iqb-process-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iqb-architecture-diagram.html","title":"Architecture diagram","navPath":"enterprise-cloud/topics/iq-bot/iqb-architecture-diagram.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-private-bot-store-overview.html","title":"Private Bot Store","navPath":"enterprise-cloud/topics/security-architecture/cloud-private-bot-store-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/learn-overview.html","title":"Learn","navPath":"enterprise-cloud/topics/product-feature-lifecycle/learn-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-notes.html","title":"Automation 360 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/automation-360-v28.html","title":"Automation 360 v.28 Release Notes","navPath":"enterprise-cloud/topics/release-notes/automation-360-v28.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-rpa-workspace.html","title":"RPA Workspace v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-rpa-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-coe-manager.html","title":"CoE Manager v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-coe-manager.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-aari.html","title":"AARI v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-aari.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-document-processing.html","title":"IQ Bot and Document Automation v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-document-processing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v28-release-bot-insight.html","title":"Bot Insight v.28 release","navPath":"enterprise-cloud/topics/release-notes/v28-release-bot-insight.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/automation-360-v27.html","title":"Automation 360 v.27 Release Notes","navPath":"enterprise-cloud/topics/release-notes/automation-360-v27.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-rpa-workspace.html","title":"RPA Workspace v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-rpa-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-updating-control-room-bot-agent.html","title":"Updating to v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-updating-control-room-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-packages-actions-updates.html","title":"Packages updated in v.27","navPath":"enterprise-cloud/topics/release-notes/v27-packages-actions-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-migration.html","title":"Migration updates for v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-remote-agent-updates.html","title":"Remote agent v.2.1.0 updates","navPath":"enterprise-cloud/topics/release-notes/v27-remote-agent-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-process-discovery.html","title":"Process Discovery v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-process-discovery.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-aari.html","title":"AARI v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-aari.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-document-processing.html","title":"IQ Bot and Document Automation v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-document-processing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v27-release-bot-insight.html","title":"Bot Insight v.27 release","navPath":"enterprise-cloud/topics/release-notes/v27-release-bot-insight.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/automation-360-v26.html","title":"Automation 360 v.26 Release Notes","navPath":"enterprise-cloud/topics/release-notes/automation-360-v26.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-rpa-workspace.html","title":"RPA Workspace v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-rpa-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-updating-control-room-bot-agent.html","title":"Updating to v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-updating-control-room-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-migration.html","title":"Migration updates for v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-aari.html","title":"AARI v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-aari.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-document-processing.html","title":"IQ Bot and Document Automation v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-document-processing.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/v26-release-bot-insight.html","title":"Bot Insight v.26 release","navPath":"enterprise-cloud/topics/release-notes/v26-release-bot-insight.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v25.html","title":"Automation 360 v.25 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v25.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-ie-eol.html","title":"Automation 360 v.24R2 Release Notes for Internet Explorer 11 EOL","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-ie-eol.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v24.html","title":"Automation 360 v.24 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v24.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v23.html","title":"Automation 360 v.23 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v23.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v22.html","title":"Automation 360 v.22 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v22.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-automation-360-v21.html","title":"Automation 360 v.21 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-automation-360-v21.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-20.html","title":"Enterprise A2019.20 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-20.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-19.html","title":"Enterprise A2019.19 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-19.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-18.html","title":"Enterprise A2019.18 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-18.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-17.html","title":"Enterprise A2019.17 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-17.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-16.html","title":"Enterprise A2019.16 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-16.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/previous-automation-360-release-notes.html","title":"Previous Automation 360 Release Notes","navPath":"enterprise-cloud/topics/release-notes/previous-automation-360-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-15.html","title":"Enterprise A2019.15 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-15.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-a2019-14.html","title":"Enterprise A2019.14 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-a2019-14.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-13.html","title":"Enterprise A2019.13 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-13.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-12.html","title":"Enterprise A2019.12 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-12.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-11.html","title":"Enterprise A2019.11 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-11.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-10.html","title":"Enterprise A2019.10 Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-10.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-09.html","title":"Enterprise A2019 (Build 2094) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-09.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-08.html","title":"Enterprise A2019 (Builds 1598 and 1610) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-08.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-a2019-07.html","title":"Enterprise A2019 (Builds 1082 and 1089) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-a2019-07.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-A2019-6-op.html","title":"Enterprise A2019 (Build 550) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-A2019-6-op.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-release-notes-2019-06.html","title":"Enterprise A2019 (Build 543) Release Notes","navPath":"enterprise-cloud/topics/release-notes/cloud-release-notes-2019-06.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/ce-a2019-release-notes.html","title":"Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/ce-a2019-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/community-edition-release-v28.html","title":"Automation 360 v.28 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/community-edition-release-v28.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/community-edition-release-v27.html","title":"Automation 360 v.27 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/community-edition-release-v27.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release_community_edition_a360_v26.html","title":"Automation 360 v.26 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release_community_edition_a360_v26.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release_community_edition_a360_v25.html","title":"Automation 360 v.25 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release_community_edition_a360_v25.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release_community_edition_a360_v24.html","title":"Automation 360 v.24 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release_community_edition_a360_v24.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a360-v23.html","title":"Automation 360 v.23 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a360-v23.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a360-v22.html","title":"Automation 360 v.22 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a360-v22.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/previous-community-edition-releases.html","title":"Previous Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/previous-community-edition-releases.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a360-v21.html","title":"Automation 360 v.21 Community Edition Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a360-v21.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-20.html","title":"Community Edition A2019.20 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-20.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-19.html","title":"Community Edition A2019.19 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-19.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-18.html","title":"Community Edition A2019.18 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-18.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/release-community-edition-a2019-17.html","title":"Community Edition A2019.17 Release Notes","navPath":"enterprise-cloud/topics/release-notes/release-community-edition-a2019-17.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/sandbox-environment.html","title":"Sandbox environment","navPath":"enterprise-cloud/topics/migration/sandbox-environment.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-package-dev-kit-rel-note.html","title":"Automation 360 Package SDK Release Notes","navPath":"enterprise-cloud/topics/developer/cloud-package-dev-kit-rel-note.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/discovery/release-notes/process-discovery-release-notes.html","title":"Process Discovery Release Notes","navPath":"enterprise-cloud/topics/discovery/release-notes/process-discovery-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/discovery/release-notes/process-discovery-version-1-63-0.html","title":"Process Discovery Version 1.63.0 Release Notes","navPath":"enterprise-cloud/topics/discovery/release-notes/process-discovery-version-1-63-0.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/discovery/release-notes/neosensor-version_2-4-1.html","title":"Neo Sensor Version 2.4.1","navPath":"enterprise-cloud/topics/discovery/release-notes/neosensor-version_2-4-1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/coe-manager/topics/coe-manager-release-notes.html","title":"CoE Manager Release Notes","navPath":"enterprise-cloud/topics/coe-manager/topics/coe-manager-release-notes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/browser-extension-enhancements.html","title":"Browser extensions for Automation 360","navPath":"enterprise-cloud/topics/deployment-planning/browser-extension-enhancements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/features-using-browser-extensions-for-web-applications.html","title":"Browser extensions for web applications","navPath":"enterprise-cloud/topics/deployment-planning/features-using-browser-extensions-for-web-applications.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/browser-extension-version-history.html","title":"Previous versions of browser extensions","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/browser-extension-version-history.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/release-notes/cloud-feature-comparison-matrix.html","title":"Automation 360 feature comparison matrix","navPath":"enterprise-cloud/topics/release-notes/cloud-feature-comparison-matrix.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-a2019-feature-matrix.html","title":"Automation 360 IQ Bot feature comparison matrix","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-a2019-feature-matrix.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-version-compatibility.html","title":"Automation 360 IQ Bot version compatibility","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-version-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-packages-life-cycle.html","title":"Automation 360 software lifecycle policy","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-packages-life-cycle.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-secure-access-connectivity.html","title":"Automation 360 Cloud for secure access and connectivity","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-secure-access-connectivity.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-overview.html","title":"Automation 360 Cloud Service Status site","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-services-updates.html","title":"Automation 360 Cloud updates","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-services-updates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-userguide.html","title":"Subscribing to notifications","navPath":"enterprise-cloud/topics/cloud-service-status-topics/cloud-service-status-userguide.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/retired-features-list.html","title":"Feature deprecations affecting Automation Anywhere products","navPath":"enterprise-cloud/topics/product-feature-lifecycle/retired-features-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/ie-eol-overview.html","title":"Microsoft Internet Explorer EOL overview","navPath":"enterprise-cloud/topics/ie-eol/ie-eol-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/ie11-eol-for-cr.html","title":"Microsoft Internet Explorer 11 EOL FAQ","navPath":"enterprise-cloud/topics/deployment-planning/ie11-eol-for-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/scan-a360-ie-bots.html","title":"Scan Automation 360 bots for Internet Explorer usage","navPath":"enterprise-cloud/topics/ie-eol/scan-a360-ie-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/scanned-bots-report.html","title":"Analyze report for Internet Explorer bots","navPath":"enterprise-cloud/topics/ie-eol/scanned-bots-report.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/update-bot-wizard.html","title":"Update Bot wizard for converting IE bots","navPath":"enterprise-cloud/topics/ie-eol/update-bot-wizard.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/ie-eol/bot-update-conversion-report.html","title":"Viewing conversion details for Internet Explorer bots","navPath":"enterprise-cloud/topics/ie-eol/bot-update-conversion-report.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-exchange-overview.html","title":"Deprecation of Basic authentication in Exchange Online","navPath":"enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-exchange-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-eol-faq.html","title":"Automation 360 and Basic authentication deprecation FAQ","navPath":"enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-eol-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/scan-basic-authentication-bots.html","title":"Scan Automation 360 bots for Email action with Basic authentication usage","navPath":"enterprise-cloud/topics/product-feature-lifecycle/scan-basic-authentication-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-scanning-messages.html","title":"Basic authentication scanning messages","navPath":"enterprise-cloud/topics/product-feature-lifecycle/basic-authentication-scanning-messages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-support-overview.html","title":"Chrome and Edge Manifest V3 extensions","navPath":"enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-support-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-switch-faq.html","title":"Manifest V3 extensions FAQ","navPath":"enterprise-cloud/topics/product-feature-lifecycle/manifest-v3-switch-faq.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/multiple_browser_profiles_manifestv3.html","title":"Manage multiple browser profiles for Manifest V3 extension","navPath":"enterprise-cloud/topics/product-feature-lifecycle/multiple_browser_profiles_manifestv3.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/switch_mv3_to_mv2_manually.html","title":"Switch Manifest V3 to Manifest V2 extension manually","navPath":"enterprise-cloud/topics/product-feature-lifecycle/switch_mv3_to_mv2_manually.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/product-feature-lifecycle/deprecation-of-tesseract-ocr-v3.html","title":"Deprecation of Tesseract OCR v3","navPath":"enterprise-cloud/topics/product-feature-lifecycle/deprecation-of-tesseract-ocr-v3.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-install.html","title":"Install and update","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-getting-started.html","title":"Get started with Automation 360 Cloud","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-getting-started.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-community-prerequisites.html","title":"Automation 360 Cloud prerequisites","navPath":"enterprise-cloud/topics/deployment-planning/cloud-community-prerequisites.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-operating-system-compatibility.html","title":"Automation 360 Bot Runner device requirements","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-operating-system-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-whitelist-cr-urls.html","title":"Add Automation 360 Cloud URLs to trusted list","navPath":"enterprise-cloud/topics/deployment-planning/cloud-whitelist-cr-urls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-communication-ports.html","title":"Allow Automation Anywhere communications ports","navPath":"enterprise-cloud/topics/deployment-planning/cloud-communication-ports.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/add-iqbot-cloud-ip-addresses-to-trusted-list.html","title":"Add IQ Bot cloud server IP addresses to allowed list","navPath":"enterprise-cloud/topics/deployment-planning/add-iqbot-cloud-ip-addresses-to-trusted-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-on-prem-install.html","title":"Installing Control Room On-Premises","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-on-prem-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prerequisites-control-room.html","title":"Automation 360 On-Premises prerequisites","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prerequisites-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-capacity-performance-planning.html","title":"Capacity and performance planning","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-capacity-performance-planning.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-server-hardware.html","title":"Control Room server requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-server-hardware.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-databases.html","title":"Database requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-databases.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-working-with-sql-servers.html","title":"Working with SQL Servers","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-working-with-sql-servers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/azure-sql-paas.html","title":"Working with Azure SQL PaaS","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/azure-sql-paas.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-onprem-req-operating-system-compatibility.html","title":"Operating system, environment, and platform supported for Control Room","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-onprem-req-operating-system-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/platform-compatibility.html","title":"Supported cloud platforms","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/platform-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-credentials.html","title":"Credential requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-load-balancer-settings-deploy.html","title":"Load balancer requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-load-balancer-settings-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-firewall-rules.html","title":"Ports, protocols, and firewall requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-firewall-rules.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/repository-requirements.html","title":"Control Room repository requirements","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/repository-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-browsers.html","title":"Browser requirements for RPA Workspace","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-browsers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-supported-languages.html","title":"Internationalization, localization, and language support","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-supported-languages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-supported-plugin-services.html","title":"Components for Control Room and bot actions","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-supported-plugin-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-special-characters.html","title":"Supported special characters","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-requirements-special-characters.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-citrix-new-approach-overview.html","title":"Citrix integration on Cloud","navPath":"enterprise-cloud/topics/deployment-planning/cloud-citrix-new-approach-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-citrix-xenapp-install-requirements.html","title":"Using the Recorder on Citrix Virtual Apps servers","navPath":"enterprise-cloud/topics/deployment-planning/cloud-citrix-xenapp-install-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-citrix-xendesktop-install-client.html","title":"Using Citrix XenDesktop on Cloud","navPath":"enterprise-cloud/topics/deployment-planning/cloud-citrix-xendesktop-install-client.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-plugin.html","title":"Installing the Citrix required components on local machines","navPath":"enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-plugin.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-remote-agent.html","title":"Installing Automation Anywhere remote agent on Citrix servers","navPath":"enterprise-cloud/topics/deployment-planning/cloud-installing-citrix-remote-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v26-later.html","title":"Install Automation Anywhere remote agent for Citrix 2.0: Recorder package version 2.8.6","navPath":"enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v26-later.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v25-earlier.html","title":"Install Automation Anywhere remote agent for Citrix 1.0: Recorder package version 2.7.3 and earlier","navPath":"enterprise-cloud/topics/deployment-planning/remote-agent-installation-control-room-v25-earlier.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-deployment-overview.html","title":"HA and DR deployment models","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-deployment-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/convert-single-node-to-multi-node-deployment.html","title":"Convert single-node deployment to multi-node deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/convert-single-node-to-multi-node-deployment.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-deploy.html","title":"High availability deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-deploy.html","title":"Disaster recovery deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-pre-configuration.html","title":"Image based replication","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-pre-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-failover-procedure.html","title":"Warm stand-by","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-dr-failover-procedure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-prepare-dr.html","title":"Replicate data between primary and secondary sites","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-ha-dr-prepare-dr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/installing_control_room_using_custom_mode_for_oracle_installation.html","title":"Installing Control Room using custom mode for Oracle installation","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/installing_control_room_using_custom_mode_for_oracle_installation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-custom.html","title":"Installing Control Room using Custom mode","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-custom.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-start-installer.html","title":"Run Control Room installer","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-start-installer.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/security-architecture/cloud-key-vault-thirdparty-integration.html","title":"Integrate external key vaults","navPath":"enterprise-cloud/topics/security-architecture/cloud-key-vault-thirdparty-integration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_tls.html","title":"Configure application Transport Layer Security","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_tls.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_services.html","title":"Configure service credentials","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_configure_services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_database.html","title":"Configure Microsoft database type and server","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom_install_database.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-db-port.html","title":"Configure default database port","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-db-port.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/custom-oracle-install.html","title":"Configure Oracle database type and server","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/custom-oracle-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/install-elasticsearch-credentials.html","title":"Add Elasticsearch credentials","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/install-elasticsearch-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-configure-ip.html","title":"Configure IP cluster","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-install-configure-ip.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-windows.html","title":"Add nodes to a cluster setup","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-windows.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-windows.html","title":"Remove nodes from a cluster setup","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-windows.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-setup-installed-summary.html","title":"Setup installation summary","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-custom-setup-installed-summary.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-express.html","title":"Installing Control Room using Express mode","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-installation-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-aws.html","title":"Installing Control Room on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-aws.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-begin-control-room-installation-on-aws.html","title":"Prepare for installation on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-begin-control-room-installation-on-aws.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-control-room-installation-on-aws.html","title":"Customize Control Room installation on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-control-room-installation-on-aws.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-mounting-automation-anywhere-onto-virtual-private-cloud.html","title":"Configure settings post-installation on Amazon Web Services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-mounting-automation-anywhere-onto-virtual-private-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-microsoft-azure.html","title":"Installing Control Room on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-microsoft-azure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-to-install.html","title":"Verify readiness for installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-to-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-over.html","title":"Supported data center component versions on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-over.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-controlroom.html","title":"Begin Control Room installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-controlroom.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-asure-customize-cluster.html","title":"Customize Control Room installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-asure-customize-cluster.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-portal-configuration.html","title":"Configure settings post-installation on Microsoft Azure","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-azure-portal-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-google-cloud.html","title":"Installing Control Room on Google Cloud Platform","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-google-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-install-cr-google-cloud.html","title":"Prepare to install Control Room on Google Cloud Platform","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-prepare-install-cr-google-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-cr-installation-gcp.html","title":"Perform custom installation of Control Room on Google Cloud Platform","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-customize-cr-installation-gcp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-post-cr-installation-gcp.html","title":"Configure Google Cloud Platform settings after installation","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-post-cr-installation-gcp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-linux.html","title":"Installing Control Room on Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-on-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-install.html","title":"Performing silent installation of Control Room on Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/uninstall-enterprise-a2019.html","title":"Uninstall Automation 360 On-Premises from Linux server","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/uninstall-enterprise-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-uninstall.html","title":"Performing silent uninstallation of Control Room on Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-linux-silent-uninstall.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-cr-cluster-shared-repo-linux.html","title":"Configure Control Room in cluster setup with shared repository for Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-cr-cluster-shared-repo-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-linux.html","title":"Add nodes to a cluster setup for Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/add-node-cluster-setup-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-linux.html","title":"Remove nodes from a cluster setup for Linux","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/remove-node-cluster-setup-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-silent-installation-control-room.html","title":"Installing Control Room on Microsoft Windows Server using scripts","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-silent-installation-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-tasks-control-room.html","title":"Complete Control Room post-installation configuration","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-tasks-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-requirements-configuration-settings.html","title":"Configuring post-installation settings","navPath":"enterprise-cloud/topics/deployment-planning/cloud-requirements-configuration-settings.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-aa-windows-services.html","title":"Verifying Automation Anywhere services","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-aa-windows-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-self-signed-cert.html","title":"Configure Control Room for HTTPS certificate","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-self-signed-cert.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-import-cert.html","title":"Import HTTPS, and CA certificates","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-import-cert.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-edit-sql-information.html","title":"Editing SQL user information","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-edit-sql-information.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-dr-elasticsearch-ip.html","title":"Configure disaster recovery site for Elasticsearch IP addresses","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-configure-dr-elasticsearch-ip.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-dual-ip-servers.html","title":"Add primary IP address for cluster","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-dual-ip-servers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/configure-additional-ip-new-cluster.html","title":"Configure additional IP address for a new cluster node","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/configure-additional-ip-new-cluster.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/on-prem-dns-trusted-list.html","title":"Add Automation 360 On-Premises URLs to trusted list","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/on-prem-dns-trusted-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/cloud-remove-cr.html","title":"Uninstalling Automation 360","navPath":"enterprise-cloud/topics/control-room/cloud-remove-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-regulated-cloud.html","title":"Installing Control Room for Cloud-enabled deployment","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-install-regulated-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/control-room-url-naming-guidelines.html","title":"Naming guidelines for Control Room URLs","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/control-room-url-naming-guidelines.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-validation-control-room.html","title":"Post-installation user management","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-installation-validation-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-saml-idp.html","title":"Configure the Control Room as a service provider","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-saml-idp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time.html","title":"Configure Control Room authentication options","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time-express.html","title":"Configure Control Room in Express mode","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-first-time-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-ad.html","title":"Configure Control Room for Active Directory: manual mode","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-ad.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-ldap-channel-binding.html","title":"Configure LDAP channel binding","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-ldap-channel-binding.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-auto-discovery.html","title":"Configure Control Room for Active Directory: auto mode","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-auto-discovery.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-smartcard.html","title":"Configure Smart Card authentication installation procedure","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-smartcard.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-smartcard-first-admin.html","title":"Control Room smart card first administrator","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-smartcard-first-admin.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-non-ad.html","title":"Configure Control Room database","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-configure-cr-non-ad.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-self-signed-cert_1.html","title":"Configure Control Room for HTTPS certificate","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-self-signed-cert_1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-import-cert_1.html","title":"Import HTTPS, and CA certificates","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-config-control-room-https-import-cert_1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cr-self-signed-certificate-java-credential-store.html","title":"Add Control Room certificate to Windows certificate stores","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cr-self-signed-certificate-java-credential-store.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-install-prepare-for-users.html","title":"Preparing for users","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-post-install-prepare-for-users.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-trial-license.html","title":"Licenze di prova","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-trial-license.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-switch-saml.html","title":"Set up SAML authentication","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-switch-saml.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/configure-sso-with-okta.html","title":"Configure SSO authentication with Okta","navPath":"enterprise-cloud/topics/control-room/getting-started/configure-sso-with-okta.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/create-app-integration.html","title":"Create app integration","navPath":"enterprise-cloud/topics/control-room/getting-started/create-app-integration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/assign_application_to_user.html","title":"Assign application to user","navPath":"enterprise-cloud/topics/control-room/getting-started/assign_application_to_user.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/control_room_configuration.html","title":"Configure Control Room for Okta user","navPath":"enterprise-cloud/topics/control-room/getting-started/control_room_configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/validate-the-connection.html","title":"Validate the connection","navPath":"enterprise-cloud/topics/control-room/getting-started/validate-the-connection.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/dashboards/cloud-edit-profile.html","title":"Edit profile","navPath":"enterprise-cloud/topics/control-room/dashboards/cloud-edit-profile.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/getting-started/cloud-installed-cr-files.html","title":"Installed Control Room directories and files","navPath":"enterprise-cloud/topics/control-room/getting-started/cloud-installed-cr-files.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-license-failsafe.html","title":"Control Room fail-safe status","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-license-failsafe.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-services-license-management.html","title":"Licenses and cloud services","navPath":"enterprise-cloud/topics/deployment-planning/cloud-services-license-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/managing-file-license.html","title":"Managing Cloud and file licenses","navPath":"enterprise-cloud/topics/deployment-planning/managing-file-license.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/dashboards/cloud-administration-licenses.html","title":"Automation 360 licenses","navPath":"enterprise-cloud/topics/control-room/dashboards/cloud-administration-licenses.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-licensing-entitlement.html","title":"Accessing Automation 360","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-licensing-entitlement.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/provision-cloud-licenses.html","title":"Provision Cloud Control Room instances","navPath":"enterprise-cloud/topics/deployment-planning/provision-cloud-licenses.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-self-migration.html","title":"Self-service Control Room Migration","navPath":"enterprise-cloud/topics/deployment-planning/cloud-self-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-self-migration-view-code.html","title":"Visualizzazione dei dettagli della Control Room per la migrazione al cloud","navPath":"enterprise-cloud/topics/deployment-planning/cloud-self-migration-view-code.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/manage-allocate-licenses-partners.html","title":"Manage and allocate licenses (partners)","navPath":"enterprise-cloud/topics/deployment-planning/manage-allocate-licenses-partners.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/view-cloud-control-instances.html","title":"View and edit Cloud Control Room instances","navPath":"enterprise-cloud/topics/deployment-planning/view-cloud-control-instances.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/licenses/cloud-cr-license-expiry.html","title":"Control Room license expiry notifications","navPath":"enterprise-cloud/topics/control-room/administration/licenses/cloud-cr-license-expiry.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-register-community-user.html","title":"Get started with Community Edition","navPath":"enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-register-community-user.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-community-capacity.html","title":"Community capacity and limitations","navPath":"enterprise-cloud/topics/deployment-planning/cloud-community-capacity.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-log-on-to-control-room-nad.html","title":"Log in to Automation Anywhere Control Room","navPath":"enterprise-cloud/topics/control-room/log-on-to-control-room/cloud-log-on-to-control-room-nad.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-add-local-device.html","title":"Install Bot Agent and register device","navPath":"enterprise-cloud/topics/control-room/devices/cloud-add-local-device.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-overview.html","title":"About the Bot Agent","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-communication-channels.html","title":"Bot Agent communication with Control Room","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-communication-channels.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-bot-agent-compatibility.html","title":"Bot Agent compatibility","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-bot-agent-compatibility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-auto-login-support.html","title":"Auto-login support for Bot Agent","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-auto-login-support.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-workflow.html","title":"Working with the Bot Agent","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-workflow.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-silent-installation.html","title":"Bulk install Bot Agent on devices","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-silent-installation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-multiple-devices.html","title":"Perform installation of Bot Agent on multiple devices","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-multiple-devices.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bulk-install-bot-agent-using-microsoft-sccm.html","title":"Bulk install Bot Agent using Microsoft Endpoint Configuration Manager","navPath":"enterprise-cloud/topics/bot-agent/bulk-install-bot-agent-using-microsoft-sccm.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/auto-update-bot-agent.html","title":"Automatically update the Bot Agent","navPath":"enterprise-cloud/topics/control-room/administration/settings/auto-update-bot-agent.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/update-bot-agent-local-drive.html","title":"Update the Bot Agent from a local drive","navPath":"enterprise-cloud/topics/control-room/administration/settings/update-bot-agent-local-drive.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-automatic-update.html","title":"Manually update the Bot Agent","navPath":"enterprise-cloud/topics/control-room/devices/cloud-bot-agent-automatic-update.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-manual-upgrade.html","title":"Switch Bot Agent to a different Control Room","navPath":"enterprise-cloud/topics/control-room/devices/cloud-bot-agent-manual-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/cloud-bot-agent-authenticate-proxy.html","title":"Connect Bot Agent to a device with a proxy","navPath":"enterprise-cloud/topics/control-room/devices/cloud-bot-agent-authenticate-proxy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/bot-agent-diagnostic-utility.html","title":"Perform Bot Agent diagnostic checks","navPath":"enterprise-cloud/topics/bot-agent/bot-agent-diagnostic-utility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-edit-device-credentials.html","title":"Set user device credentials","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-edit-device-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/devices/view-and-update-bot-agent-device-settings.html","title":"View and update Bot Agent device settings","navPath":"enterprise-cloud/topics/control-room/devices/view-and-update-bot-agent-device-settings.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/cloud-first-bot.html","title":"Create your first bot","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/cloud-first-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/cloud-run-first-bot.html","title":"Run your first bot","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/cloud-run-first-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/update-enterprise-a2019.html","title":"Update to latest Automation 360 version","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/update-enterprise-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-upgrade-script-control-room.html","title":"Aggiornamento di Automation 360 su Microsoft Windows Server utilizzando gli script","navPath":"enterprise-cloud/topics/deployment-planning/on-prem-install/cloud-upgrade-script-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/browser-extension-enhancements_1.html","title":"Browser extensions for Automation 360","navPath":"enterprise-cloud/topics/deployment-planning/browser-extension-enhancements_1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/features-using-browser-extensions-for-web-applications_1.html","title":"Browser extensions for web applications","navPath":"enterprise-cloud/topics/deployment-planning/features-using-browser-extensions-for-web-applications_1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/cloud-iqb-getting-started.html","title":"Install and update Automation 360 IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/cloud-iqb-getting-started.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-installation-prereqs.html","title":"IQ Bot installation prerequisites","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-installation-prereqs.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-system-and-software-requirements.html","title":"IQ Bot system requirements","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-system-and-software-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-steps.html","title":"IQ Bot prerequisite steps","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-steps.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-service-configuration.html","title":"IQ Bot service configuration","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-service-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-windows-services.html","title":"IQ Bot Windows services","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-windows-services.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-rabbitmq-otp-upgrade.html","title":"RabbitMQ v3.8.18 and Erlang/OTP upgrade","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-rabbitmq-otp-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-with-iqb-preinstalled.html","title":"Installing IQ Bot in Cluster mode on machines with IQ Bot preinstalled","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-with-iqb-preinstalled.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-pre-install-express.html","title":"Prerequisites for installing IQ Bot in Express mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-pre-install-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-express.html","title":"Installing IQ Bot in Express mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-express.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-custom.html","title":"Installing IQ Bot in Custom mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-custom.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster.html","title":"Installing IQ Bot in Cluster mode","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/rabbitmq-config.html","title":"RabbitMq cluster configuration for IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/install/rabbitmq-config.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-share-folder.html","title":"Make a Shared Folder Accessible","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-share-folder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-amazon-ec2.html","title":"Installing IQ Bot in Cluster mode on Amazon EC2","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-install-cluster-amazon-ec2.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-checklist.html","title":"Postinstallation checklist","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-checklist.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-certificate-san.html","title":"Creating a self-signed certificate with Subject Alternative Name","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-certificate-san.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-register-with-cr.html","title":"Registering IQ Bot with the Control Room","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-register-with-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-with-http-https.html","title":"Configuring IQ Bot with HTTP and HTTPS","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-with-http-https.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-http-while-iqb-https.html","title":"Configurazione di IQ Bot con HTTPS quando Control Room è configurato con HTTP","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-http-while-iqb-https.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-https-while-iqb-http.html","title":"Configuring IQ Bot with HTTP when Control Room is configured with HTTPS","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-cr-https-while-iqb-http.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-single-domain.html","title":"Configuring IQ Bot with HTTPS using single domain","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-single-domain.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-multiple-domain.html","title":"ConfiguringIQ Bot with HTTPS using multiple domains","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-config-iqb-https-multiple-domain.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure.html","title":"Use Microsoft Azure Computer Vision OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure-license-key.html","title":"Use your own keys for Microsoft Azure Computer Vision OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-azure-license-key.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy.html","title":"Use ABBYY FineReader Engine OCR engine in IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-license-key.html","title":"Utilizzare la propria licenza di ABBYY FineReader Engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-license-key.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-with-prior-install.html","title":"Procedura di installazione se ABBYY FineReader Engine rimane installato da una versione di IQ Bot precedente","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-abbyy-with-prior-install.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision.html","title":"Use Google Vision API OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision-license-key.html","title":"Use your own license keys for Google Vision API OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-google-vision-license-key.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/impact-of-google-vision-ocr-upgrade.html","title":"Potential impact of Google Vision API OCR upgrade","navPath":"enterprise-cloud/topics/iq-bot/extraction/impact-of-google-vision-ocr-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-tegaki.html","title":"Use Tegaki API OCR engine","navPath":"enterprise-cloud/topics/iq-bot/extraction/iqb-ocr-tegaki.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-resolve-registration-failure.html","title":"Resolving IQ Bot registration failure","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-resolve-registration-failure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-post-install-unregister-with-cr.html","title":"Unregistering IQ Bot from the Control Room","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-post-install-unregister-with-cr.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-validation-setup-logfile-rollover.html","title":"Set up log file automatic rollover","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-validation-setup-logfile-rollover.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-validation-healthcheck-rabbitmq-failure.html","title":"Risposta dell'API di controllo dell’integrità se l’avvio di RabbitMQ v3.8.18 non riesce","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-validation-healthcheck-rabbitmq-failure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-validation-reinstall-https-ssl-certificate-on-expiry.html","title":"Reinstalling HTTPS SSL certificate for secure communication when it expires","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-validation-reinstall-https-ssl-certificate-on-expiry.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/upgrade-overview.html","title":"Updating Automation 360 IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/upgrade-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/cloud-unified-iq-bot-database.html","title":"Run IQ Bot On-Premises database migration script","navPath":"enterprise-cloud/topics/iq-bot/cloud-unified-iq-bot-database.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/updating-iq-bot-a2019.html","title":"Update Automation 360 IQ Bot On-Premises to the latest version","navPath":"enterprise-cloud/topics/iq-bot/updating-iq-bot-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-upgrade-downgrade-to-different-version.html","title":"Upgrading and downgrading IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-upgrade-downgrade-to-different-version.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/install/iqb-uninstall.html","title":"Uninstalling IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/install/iqb-uninstall.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-overview.html","title":"High Availability and Disaster Recovery overview","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-cluster-overview.html","title":"Panoramica della configurazione del cluster HA","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-cluster-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-deploy.html","title":"High Availability deployment model","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-deploy.html","title":"Disaster Recovery deployment model","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-deploy.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-pre-configuration.html","title":"Requisiti di configurazione del ripristino di emergenza (DR)","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-pre-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-failover-procedure.html","title":"Disaster recovery failover steps overview","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-dr-failover-procedure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-recovery-production.html","title":"Ridefinire un sito DR duplicato","navPath":"enterprise-cloud/topics/iq-bot/ha-dr/iqb-ha-dr-recovery-production.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-process-overview.html","title":"Migrate","navPath":"enterprise-cloud/topics/migration/upgrade-process-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migration-best-practices.html","title":"Migration best practices","navPath":"enterprise-cloud/topics/migration/migration-best-practices.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/check-migration-readiness.html","title":"Check migration readiness","navPath":"enterprise-cloud/topics/migration/check-migration-readiness.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-certified-versions.html","title":"Supported Control Room versions for migration","navPath":"enterprise-cloud/topics/migration/migrate-certified-versions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/verify-11x-10x-version-for-migration.html","title":"Verifying your Enterprise 11 or Enterprise 10 version for migration","navPath":"enterprise-cloud/topics/migration/verify-11x-10x-version-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/unsupported-features-for-migration.html","title":"Unsupported features for migration","navPath":"enterprise-cloud/topics/migration/unsupported-features-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/difference-in-a2019-11-x-features.html","title":"Differences in Automation 360 and Enterprise 11/Enterprise 10 features","navPath":"enterprise-cloud/topics/migration/difference-in-a2019-11-x-features.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/bot-scanner.html","title":"Bot Scanner overview","navPath":"enterprise-cloud/topics/migration/bot-scanner.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/using-bot-scanner.html","title":"Scan Enterprise 11 or 10 bots using Bot Scanner","navPath":"enterprise-cloud/topics/migration/using-bot-scanner.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/analyze-reports.html","title":"Analyze Bot Scanner report for migration","navPath":"enterprise-cloud/topics/migration/analyze-reports.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/get-migration-license.html","title":"Get migration license","navPath":"enterprise-cloud/topics/migration/get-migration-license.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/plan-and-prepare-for-migration.html","title":"Prepare new Control Room for migration","navPath":"enterprise-cloud/topics/migration/plan-and-prepare-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/choose-deployment-model.html","title":"Choose deployment model","navPath":"enterprise-cloud/topics/migration/choose-deployment-model.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-from-11x-to-a2019-cloud.html","title":"Prepare for Enterprise 11 to Automation 360 Cloud migration","navPath":"enterprise-cloud/topics/migration/upgrade-from-11x-to-a2019-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-migration-workflow.html","title":"Recommended workflow for Cloud migration","navPath":"enterprise-cloud/topics/migration/cloud-migration-workflow.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/install-cloud-migration-utility.html","title":"Install Cloud Migration Utility","navPath":"enterprise-cloud/topics/migration/install-cloud-migration-utility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/prerequisites-for-cloud-migration.html","title":"Prerequisites for Cloud migration","navPath":"enterprise-cloud/topics/migration/prerequisites-for-cloud-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/use-migrate-utility-upload-11x-data.html","title":"Upload Enterprise 11 data using Cloud Migration Utility","navPath":"enterprise-cloud/topics/migration/use-migrate-utility-upload-11x-data.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-when-using-11x-and-a2019-cloud.html","title":"Prepare for migration when using Enterprise 11 and Automation 360 Cloud in parallel","navPath":"enterprise-cloud/topics/migration/migrate-when-using-11x-and-a2019-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/manual-migration-to-a2019-cloud.html","title":"Prepare to manually migrate to Automation 360 Cloud","navPath":"enterprise-cloud/topics/migration/manual-migration-to-a2019-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/prerequisites-for-manual-migration.html","title":"Prerequisites for manual migration","navPath":"enterprise-cloud/topics/migration/prerequisites-for-manual-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-from-11x-to-a2019-on-prem.html","title":"Prepare for Enterprise 11 to Automation 360 On-Premises migration","navPath":"enterprise-cloud/topics/migration/upgrade-from-11x-to-a2019-on-prem.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-copy-directories.html","title":"Copy and paste Enterprise 11 information to Automation 360","navPath":"enterprise-cloud/topics/migration/cloud-copy-directories.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-11-x-bi-using-utility.html","title":"Export Enterprise 11 Bot Insight dashboards for migration","navPath":"enterprise-cloud/topics/migration/migrate-11-x-bi-using-utility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-11-x-audit-logs.html","title":"Migrate Enterprise 11 audit logs","navPath":"enterprise-cloud/topics/migration/migrate-11-x-audit-logs.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-when-using-11x-and-a2019-on-prem.html","title":"Prepare for migration when using Enterprise 11 and Automation 360 On-Premises in parallel","navPath":"enterprise-cloud/topics/migration/migrate-when-using-11x-and-a2019-on-prem.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/wlm-migration.html","title":"How workload management data is migrated","navPath":"enterprise-cloud/topics/migration/wlm-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/manual-migration-to-a360-on-prem.html","title":"Prepare to manually migrate to Automation 360 On-Premises","navPath":"enterprise-cloud/topics/migration/manual-migration-to-a360-on-prem.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-11-x-to-a2019-cloud-enabled.html","title":"Prepare for Enterprise 11 to Automation 360 Cloud-enabled migration","navPath":"enterprise-cloud/topics/migration/migrate-11-x-to-a2019-cloud-enabled.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-from-11x-to-a2019-linux.html","title":"Prepare for Enterprise 11 to Automation 360 on Linux CentOS migration","navPath":"enterprise-cloud/topics/migration/migrate-from-11x-to-a2019-linux.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-from-10x-to-a2019-cloud.html","title":"Prepare for Enterprise 10 to Automation 360 Cloud migration","navPath":"enterprise-cloud/topics/migration/upgrade-from-10x-to-a2019-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/upgrade-from-10x-to-a2019-on-prem.html","title":"Prepare for Enterprise 10 to Automation 360 On-Premises migration","navPath":"enterprise-cloud/topics/migration/upgrade-from-10x-to-a2019-on-prem.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/10-x-user-roles-migration.html","title":"How Enterprise 10 data is copied to Automation 360","navPath":"enterprise-cloud/topics/migration/10-x-user-roles-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-10x-bots.html","title":"Copy Enterprise 10 data","navPath":"enterprise-cloud/topics/migration/migrate-10x-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-when-using-10x-and-a2019-on-prem.html","title":"Prepare for migration when using Enterprise 10 and Automation 360 On-Premises in parallel","navPath":"enterprise-cloud/topics/migration/migrate-when-using-10x-and-a2019-on-prem.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-10-x-delta-bots-export-utility.html","title":"Migrate new or updated Enterprise 10 bots to Automation 360","navPath":"enterprise-cloud/topics/migration/migrate-10-x-delta-bots-export-utility.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/prerquisites.html","title":"Prerequisite tasks for migrating bots","navPath":"enterprise-cloud/topics/migration/prerquisites.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-and-validate-bots.html","title":"Migrate and validate bots","navPath":"enterprise-cloud/topics/migration/migrate-and-validate-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/bot-migration-wizard.html","title":"Bot Migration Wizard","navPath":"enterprise-cloud/topics/migration/bot-migration-wizard.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-validate-bots-considerations.html","title":"Considerations when you migrate and validate bots","navPath":"enterprise-cloud/topics/migration/migrate-validate-bots-considerations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-migrate-wizard.html","title":"Migrate Enterprise bots","navPath":"enterprise-cloud/topics/migration/cloud-migrate-wizard.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/metabot-migration.html","title":"How MetaBots are migrated","navPath":"enterprise-cloud/topics/migration/metabot-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/how-aaapplicationpath-is-migrated.html","title":"How AAApplicationPath variable is migrated","navPath":"enterprise-cloud/topics/migration/how-aaapplicationpath-is-migrated.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/supported-aa-settings-configurations.html","title":"AASettings supported in Automation 360","navPath":"enterprise-cloud/topics/migration/supported-aa-settings-configurations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-schedules.html","title":"Enable schedules after migration","navPath":"enterprise-cloud/topics/migration/migrate-schedules.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/pause-and-resume-bot-migration.html","title":"Pause and resume bot migration","navPath":"enterprise-cloud/topics/migration/pause-and-resume-bot-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/stop-pause-and-resume-migration.html","title":"Stop bot migration","navPath":"enterprise-cloud/topics/migration/stop-pause-and-resume-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/validate-and-update-migrated-bots.html","title":"Validating and updating bots after migration","navPath":"enterprise-cloud/topics/migration/validate-and-update-migrated-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-packages-for-migration.html","title":"Package mapping for migration","navPath":"enterprise-cloud/topics/migration/cloud-packages-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-variable-for-migration.html","title":"Variable mapping for migration","navPath":"enterprise-cloud/topics/migration/cloud-variable-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/global-values-for-migration.html","title":"Global values in migrated bots","navPath":"enterprise-cloud/topics/migration/global-values-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/cloud-verify-migration.html","title":"Verify the bot migration","navPath":"enterprise-cloud/topics/migration/cloud-verify-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migration-reports.html","title":"View migration reports","navPath":"enterprise-cloud/topics/migration/migration-reports.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/export-csv.html","title":"Export to CSV","navPath":"enterprise-cloud/topics/migration/export-csv.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/use-migration-assistant.html","title":"View changes to migrated bots using Bot Assistant","navPath":"enterprise-cloud/topics/migration/use-migration-assistant.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migration-messages.html","title":"Migration messages","navPath":"enterprise-cloud/topics/migration/migration-messages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/migration/migrate-community-edition-bots.html","title":"Migrate Community Edition bots","navPath":"enterprise-cloud/topics/migration/migrate-community-edition-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/migrate-iq-bot.html","title":"Migrate to Automation 360 IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/migrate-iq-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iqb-prep-for-migration.html","title":"Prepare for IQ Bot migration","navPath":"enterprise-cloud/topics/iq-bot/iqb-prep-for-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/upgrade-from-old-version.html","title":"Migrate earlier IQ Bot versions to Automation 360 IQ Bot On-Premises","navPath":"enterprise-cloud/topics/iq-bot/upgrade-from-old-version.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/upgrade-from-a2019.html","title":"Migrate from Automation 360 IQ Bot On-Premises to Cloud","navPath":"enterprise-cloud/topics/iq-bot/upgrade-from-a2019.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-manage-migration.html","title":"Migrate learning instances","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-manage-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/validation/iqb-bot-export-learning-instance.html","title":"Backup and export learning instance","navPath":"enterprise-cloud/topics/iq-bot/validation/iqb-bot-export-learning-instance.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/validation/iqb-bot-import-learning-instance.html","title":"Import learning instance","navPath":"enterprise-cloud/topics/iq-bot/validation/iqb-bot-import-learning-instance.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/validation/iq-bot-import-options-examples.html","title":"Example: Import options results","navPath":"enterprise-cloud/topics/iq-bot/validation/iq-bot-import-options-examples.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iq-bot-migration-utility-enhancement.html","title":"Migration Utility enhancements","navPath":"enterprise-cloud/topics/iq-bot/iq-bot-migration-utility-enhancement.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iqb-rbac-migration.html","title":"Migrating RBAC in IQ Bot","navPath":"enterprise-cloud/topics/iq-bot/iqb-rbac-migration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iqb-rbac-to-on-prem.html","title":"Migrate RBAC to Automation 360 IQ Bot On-Premises","navPath":"enterprise-cloud/topics/iq-bot/iqb-rbac-to-on-prem.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/iqb-rbac-to-cloud.html","title":"Migrate RBAC to Automation 360 IQ Bot Cloud","navPath":"enterprise-cloud/topics/iq-bot/iqb-rbac-to-cloud.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-build.html","title":"Build","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-build.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-work-area.html","title":"Bot editor for creating bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-work-area.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/keyboard-shortcuts-in-bot-editor.html","title":"Keyboard shortcuts to expand or collapse elements in bot logic","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/keyboard-shortcuts-in-bot-editor.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-commands-panel.html","title":"Actions palette for bot creation","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-commands-panel.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/advanced-search-bot-editor.html","title":"Advanced search option in Bot editor","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/advanced-search-bot-editor.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-aari-web-package.html","title":"AARI Web package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-aari-web-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-using-create-request-action.html","title":"Example of using Create a Request action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-using-create-request-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory.html","title":"Active Directory package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-computer-operations.html","title":"Computer operations","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-computer-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-move-computer-action.html","title":"Using the Move computer action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-move-computer-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-group-operations.html","title":"Group operations","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-group-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ldap-actions.html","title":"LDAP operations","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ldap-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ad-using-the-connect-action.html","title":"Using Connect action for Active Directory","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ad-using-the-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-org-unit-operations.html","title":"Organizational unit operations","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-org-unit-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-move-organizational-unit.html","title":"Using the Move organizational unit action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-move-organizational-unit.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-user-operations.html","title":"User account operations","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-active-directory-user-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-create-user-action.html","title":"Using the Create user action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-create-user-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-add-user-to-group.html","title":"Using the Add users to group action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-add-user-to-group.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-remove-user-from-group.html","title":"Using the Remove users from group action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-remove-user-from-group.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-update-user-dt-action.html","title":"Using the Update user details action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-update-user-dt-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-analyze-command.html","title":"Analyze package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-analyze-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-apigee-package.html","title":"Apigee package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-apigee-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/apigee-connect.html","title":"Apigee Connect","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/apigee-connect.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/apigee-execute-integration.html","title":"Apigee Execute Integration","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/apigee-execute-integration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-app-integration-package.html","title":"App Integration package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-app-integration-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-application-command.html","title":"Application package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-application-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-aws-comprehend-nlp.html","title":"AWS Comprehend NLP package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-aws-comprehend-nlp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-boolean-command.html","title":"Boolean package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-boolean-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-bot-migration-package.html","title":"Bot migration package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-bot-migration-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-browser-command.html","title":"Browser package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-browser-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-broken-links.html","title":"Using Find broken links action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-broken-links.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-clipboard-command.html","title":"Clipboard package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-clipboard-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-credential-package.html","title":"Credential package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-credential-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-csv-text-command.html","title":"CSV/TXT package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-csv-text-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-opening-csv-text-file.html","title":"Using the Open action for CSV/TXT file","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-opening-csv-text-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-datatable-create-action.html","title":"Using Read action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-datatable-create-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-comment-command.html","title":"Comment package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-comment-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-data-table-command.html","title":"Data Table package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-data-table-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-join-action.html","title":"Using Join action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-join-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/join-type-examples.html","title":"Join type output examples","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/join-type-examples.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-merge-action.html","title":"Using the Merge action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-merge-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/merge-output-example.html","title":"Merge output example","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/merge-output-example.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-write-to-file-action.html","title":"Using Write to file action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-write-to-file-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-database-command.html","title":"Database package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-database-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/database-begin-database-transaction-action.html","title":"Begin database transaction action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/database-begin-database-transaction-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/database-end-database-transaction-action.html","title":"End database transaction action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/database-end-database-transaction-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-connect-action.html","title":"Using Connect action for database","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/connecting-to-a-microsoft-sql-server-with-windows-authentication.html","title":"Connessione a un Microsoft SQL Server con l'autenticazione Windows","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/connecting-to-a-microsoft-sql-server-with-windows-authentication.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/database-disconnect-database-action.html","title":"Disconnect action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/database-disconnect-database-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-read-action.html","title":"Using the Read from action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-read-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-run-sp-action.html","title":"Using the Run stored procedure action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-run-sp-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-export-to-data-table.html","title":"Using the Export to data table action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-export-to-data-table.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/database-manage-stored-procedure-action.html","title":"Manage stored procedure action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/database-manage-stored-procedure-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/database-insert-update-delete-action.html","title":"Insert/Update/Delete action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/database-insert-update-delete-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-migrate-data-from-excel-to-database.html","title":"Example of migrating data from Excel to a database","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-migrate-data-from-excel-to-database.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-date-time-operations-command.html","title":"Datetime package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-date-time-operations-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-add-action.html","title":"Using the Add action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-add-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-assign-action.html","title":"Using the Assign action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-assign-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-subtract-action.html","title":"Using the Subtract action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-subtract-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-convert-datetime-to-string.html","title":"Using the To string action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-convert-datetime-to-string.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-date-time-formats.html","title":"Datetime formats","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-date-time-formats.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-delay-command.html","title":"Delay package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-delay-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-dictionary-command.html","title":"Dictionary package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-dictionary-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-run-dll.html","title":"DLL package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-run-dll.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/share-session-across-bots.html","title":"Sharing sessions across bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/share-session-across-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-run-dll-function.html","title":"Using the Run function (Legacy) action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-run-dll-function.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-run-function-action.html","title":"Using the Run function action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-run-function-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-iq-bot-extraction360-preview.html","title":"Document Extraction package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-iq-bot-extraction360-preview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-iq-bot-extract-data-action.html","title":"Using Extract data action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-iq-bot-extract-data-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/configure-extract-action-docai.html","title":"Configure Extract action to process documents in Google Document AI","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/configure-extract-action-docai.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-iq-bot-download-data-action.html","title":"Using Download data action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-iq-bot-download-data-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-email-automation-command.html","title":"Email package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-email-automation-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-change-status-action.html","title":"Change status action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-change-status-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-check-if-folder-exists-action.html","title":"Check if folder exists action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-check-if-folder-exists-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-delete-all-action.html","title":"Delete all action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-delete-all-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-delete-action.html","title":"Delete action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-delete-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-disconnect-action.html","title":"Disconnect action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-disconnect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-connect-action.html","title":"Using Connect action for Email","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-configuring-mail-server.html","title":"Email server settings","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-configuring-mail-server.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-forward-action.html","title":"Using the Forward action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-forward-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-move-all-action.html","title":"Move all action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-move-all-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-move-action.html","title":"Move action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-move-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-reply-action.html","title":"Using Reply action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-reply-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-save-all-attachments-action.html","title":"Save all attachments action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-save-all-attachments-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-save-attachment-action.html","title":"Save attachment action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-save-attachment-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/email-save-email-action.html","title":"Save email action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/email-save-email-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-action.html","title":"Using the Send action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-email-action-loop.html","title":"Using the For each mail in mail box iterator","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-email-action-loop.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-properties.html","title":"Using dictionary variable for email properties","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-properties.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-subject-filter.html","title":"How subject filter works when moving emails","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-email-subject-filter.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-error-handling-command.html","title":"Error handler package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-error-handling-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-action.html","title":"Excel basic package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-basic-open.html","title":"Using the Open action for Excel basic","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-basic-open.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-command.html","title":"Excel advanced package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-workbook-operations.html","title":"Workbook operations in Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-workbook-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-open.html","title":"Using the Open action for Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-open.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-worksheet-operations.html","title":"Worksheet operations in Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-worksheet-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-append-worksheet.html","title":"Using Append worksheet action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-append-worksheet.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-row-column_operations.html","title":"Row and column operations in Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-row-column_operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-insert-delete-rows-columns.html","title":"Using Insert or Delete actions for rows and columns","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-insert-delete-rows-columns.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-select-cell-row-or-column.html","title":"Using Select action for cells, rows, and columns","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-select-cell-row-or-column.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-cell-operations.html","title":"Cell operations in Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-cell-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-find_and_replace.html","title":"Using Find action in Excel","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-find_and_replace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-replace-action.html","title":"Using the Replace action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-replace-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-find-next-empty-cell.html","title":"Using Find next empty cell action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-find-next-empty-cell.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-get-cell-color.html","title":"Using Get cell color action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-get-cell-color.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-get-cell-address.html","title":"Using the Get cell address action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-get-cell-address.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-get-number-of-rows.html","title":"Using Get number of rows action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-get-number-of-rows.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-table-operations.html","title":"Table operations in Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-table-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-filter-table.html","title":"Using Filter table action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-filter-table.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-csv-operations.html","title":"CSV operations in Excel advanced","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-excel-csv-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-file-command.html","title":"File package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-file-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-copying-file.html","title":"Using Copy Desktop file action for file","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-copying-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-deleting-file.html","title":"Using Delete action for file","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-deleting-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-rename-file.html","title":"Using Rename action for file","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-rename-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-print-file.html","title":"Using Print action for file","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-print-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-print-multiple-files.html","title":"Using Print multiple files action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-print-multiple-files.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-folder-command.html","title":"Folder package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-folder-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-copy-folder.html","title":"Copy action in Folder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-copy-folder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-delete-folder.html","title":"Delete action in Folder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-delete-folder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-rename-folder.html","title":"Rename action in Folder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-rename-folder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-unzip-files.html","title":"Unzip action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-unzip-files.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-zip-files-and_folders.html","title":"Zip action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-zip-files-and_folders.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ftp-sftp-command.html","title":"FTP / SFTP package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ftp-sftp-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-ftp-connect-action.html","title":"Connect action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-ftp-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-fuzzy-match-package.html","title":"Fuzzy match package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-fuzzy-match-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-onboarding-commands.html","title":"Genesys package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-onboarding-commands.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-division-actions.html","title":"Division palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-division-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-external-contact-actions.html","title":"External contact palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-external-contact-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-group-actions.html","title":"Group palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-group-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-language-actions.html","title":"Language palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-language-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-external-organization-actions.html","title":"External organization palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-external-organization-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-phone-actions.html","title":"Phone palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-phone-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-queues-actions.html","title":"Queues palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-queues-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-role-actions.html","title":"Role palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-role-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-skill-actions.html","title":"Skill palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-skill-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-user-actions.html","title":"User palette","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/genesys-user-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-calendar.html","title":"Google Calendar package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-calendar.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-create-new-calendar-event.html","title":"Using the Create new calendar event action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-create-new-calendar-event.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-connect-action-google-packages.html","title":"Using the Connect action for Google packages","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-connect-action-google-packages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-drive.html","title":"Google Drive package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-drive.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-document-ai-package.html","title":"Google Document AI package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-document-ai-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-extract-action.html","title":"Using the Extract action for Google Document AI","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-extract-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-sheets.html","title":"Google Sheets package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-google-sheets.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ibm-watson-authentication.html","title":"IBM Watson Authentication package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ibm-watson-authentication.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ibm-watson-speech-to-text.html","title":"IBM Watson Speech to Text package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ibm-watson-speech-to-text.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-if-command.html","title":"If package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-if-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-if-action.html","title":"Using If action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-if-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-image-recognition-action.html","title":"Image Recognition package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-image-recognition-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-image-in-window.html","title":"Using Find image in window action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-image-in-window.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-window-image.html","title":"Using the Find window in window action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-window-image.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-interactive-forms.html","title":"Interactive forms package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-interactive-forms.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-doc-classifier-package.html","title":"IQ Bot Classifier package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-doc-classifier-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-classify.html","title":"Using Classify action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-classify.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-classify-document-action.html","title":"Using the Classify document action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-classify-document-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-train-classifier.html","title":"Using Train Classifier action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-train-classifier.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-iq-bot-local-device-package.html","title":"IQ Bot [Local Device] package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-iq-bot-local-device-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-iq-bot-using-process-documents-action.html","title":"Using Process Documents action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-iq-bot-using-process-documents-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-doc-processing-tools.html","title":"IQ Bot Pre-processor package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-doc-processing-tools.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/concatenate-image.html","title":"Using ConcatenateImages action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/concatenate-image.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/convert-image-to-pdf.html","title":"Using ConvertImageToPDF action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/convert-image-to-pdf.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/edit-image.html","title":"Using EditImage action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/edit-image.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/get-barcodes.html","title":"Using GetBarCodes action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/get-barcodes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/get-document-info.html","title":"Using GetDocumentInfo action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/get-document-info.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/get-page-content.html","title":"Using Get page content action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/get-page-content.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/enhance-image.html","title":"Using EnhanceImage action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/enhance-image.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/iqb-enhance-image-options.html","title":"Image enhancement options in EnhanceImage action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/iqb-enhance-image-options.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/orient-image.html","title":"Using OrientImage action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/orient-image.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-auto-extraction.html","title":"IQ Bot Extraction package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-auto-extraction.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/move-bots-from-extraction-package-to-document-workspace.html","title":"Move from IQ Bot Extraction package to Document Automation","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/move-bots-from-extraction-package-to-document-workspace.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extraction-action.html","title":"Using IQ Bot Process documents action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extraction-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-commands-iq-bot.html","title":"IQ Bot package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-commands-iq-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/community-edition/cloud-iq-bot-download-action.html","title":"Download all documents action","navPath":"enterprise-cloud/topics/iq-bot/community-edition/cloud-iq-bot-download-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/iq-bot/community-edition/cloud-iq-bot-upload-action.html","title":"Upload document action","navPath":"enterprise-cloud/topics/iq-bot/community-edition/cloud-iq-bot-upload-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/iq-bot/topics/iq-bot/community-edition/iq-bot-loop-multiple-files.html","title":"Upload multiple files to IQ Bot using Loop action","navPath":"iq-bot/topics/iq-bot/community-edition/iq-bot-loop-multiple-files.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-javascript-command.html","title":"JavaScript package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-javascript-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-json-package.html","title":"Json package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-json-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-legacy-automation-package.html","title":"Legacy Automation package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-legacy-automation-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-legacy-web-actions.html","title":"Using legacy Web actions","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-legacy-web-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-list-command.html","title":"List package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-list-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-log-to-file-command.html","title":"Log To File package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-log-to-file-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-inserting-log-to-file-command.html","title":"Using Log to file action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-inserting-log-to-file-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-loop-command.html","title":"Loop package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-loop-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-loop-action.html","title":"Using Loop action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-loop-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-read-action-in-loop.html","title":"Using the For each row in CSV/TXT iterator","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-read-action-in-loop.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-for-each-row-in-data-table.html","title":"Using the For each row in table iterator","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-for-each-row-in-data-table.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-message-box-command.html","title":"Message box package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-message-box-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-message-box-action.html","title":"Using the Message box action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-message-box-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-microsoft-luis-nlp.html","title":"Microsoft LUIS NLP package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-microsoft-luis-nlp.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-mouse-command.html","title":"Mouse package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-mouse-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-click-action.html","title":"Using the Click action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-click-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-move-action.html","title":"Using the Move action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-move-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-scroll-action.html","title":"Using the Scroll action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-scroll-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-number-package.html","title":"Number package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-number-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-command-using.html","title":"OCR package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-command-using.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-image-by-path.html","title":"Using Capture image by path action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-image-by-path.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-image-by-url.html","title":"Using Capture image by URL action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-image-by-url.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-window.html","title":"Using Capture window action from OCR package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-window.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-area.html","title":"Using Capture area action from OCR package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-ocr-capture-area.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-calendarv.10-package.html","title":"Office 365 Calendar package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-calendarv.10-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-create-meeting-action.html","title":"Using the Create Meeting action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-create-meeting-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-get-available-time-slots-action.html","title":"Using the Get available meeting slots action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-get-available-time-slots-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-office-365-calendar-action-loop.html","title":"Using Office 365 Calendar actions in a loop","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-office-365-calendar-action-loop.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-the-connect-action.html","title":"Using Connect action for Office 365 packages","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-the-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-permissions-for-application.html","title":"Permissions for application","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-permissions-for-application.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package.html","title":"Office 365 Excel package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-cell-operations.html","title":"Cell operations in Office 365 Excel","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-cell-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-format-cell-action.html","title":"Using the Format cell action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-format-cell-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-frequently-used-cell-colors.html","title":"Frequently used cell colors","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-frequently-used-cell-colors.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-get-cell-text-color-action.html","title":"Using the Get cell/text color action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-get-cell-text-color-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-column-row-operations.html","title":"Column/Row operations in Office 365 Excel","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-column-row-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-delete-action-rows-columns.html","title":"Using Delete action for rows or columns","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-delete-action-rows-columns.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-insert-action-rows-columns.html","title":"Using Insert action for rows or columns","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-insert-action-rows-columns.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-table-operations.html","title":"Table operations in Office 365 Excel","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-table-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-workbook-operations.html","title":"Workbook operations in Office 365 Excel","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-workbook-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-open-workbook-action.html","title":"Using the Open action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-open-workbook-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-worksheet-operations.html","title":"Worksheet operations in Office 365 Excel","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-office-365-excel-package-worksheet-operations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-copy-worksheet-action.html","title":"Using the Copy worksheet action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-copy-worksheet-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-one-drive-package.html","title":"Office 365 One Drive package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-one-drive-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-onedrive-actions-in-loop.html","title":"Using One Drive actions in a loop","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-onedrive-actions-in-loop.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-pdf-integration-command.html","title":"PDF package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-pdf-integration-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-encrypting-a-document.html","title":"Using the Encrypt document action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-encrypting-a-document.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extracting-field.html","title":"Using the Extract field action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extracting-field.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extracting-text.html","title":"Using Extract text action from PDF","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extracting-text.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extracting-image.html","title":"Using the Extract image action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extracting-image.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-decrypting-document.html","title":"Using the Decrypt document action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-decrypting-document.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-pdf-get-property.html","title":"Using the Get property action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-pdf-get-property.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-merge-documents-action.html","title":"Using the Merge documents action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-merge-documents-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-splitting-documents.html","title":"Using the Split document action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-splitting-documents.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-pdf-properties.html","title":"Using a dictionary variable for PDF properties","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-pdf-properties.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-pgp-command.html","title":"PGP package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-pgp-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-decrypt-files-action.html","title":"Using the Decrypt files action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-decrypt-files-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-encrypt-files-action.html","title":"Using the Encrypt files action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-encrypt-files-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-play-sound-package.html","title":"Play Sound package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-play-sound-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-printer-command.html","title":"Printer package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-printer-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-hbc-process-command.html","title":"Process package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-hbc-process-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-prompt-command.html","title":"Prompt package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-prompt-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-python-command.html","title":"Python Script package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-python-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-create-a-pdf-using-python-script.html","title":"Create a PDF using Python script","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-create-a-pdf-using-python-script.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-recorder-command.html","title":"Recorder package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-recorder-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-recorder-object-controls-and-actions.html","title":"Actions performed on objects captured with Universal Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-recorder-object-controls-and-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-recorder-action.html","title":"Using the Capture action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-recorder-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/capture-using-specific-technology.html","title":"Capture using specific technology","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/capture-using-specific-technology.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/actions-supported-in-sap-versions.html","title":"Recorder actions supported in various SAP versions","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/actions-supported-in-sap-versions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-rest-web-service.html","title":"REST Web Service package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-rest-web-service.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-get-action.html","title":"Using the Get method","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-get-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-post-action.html","title":"Using the Post method","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-post-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-put-action.html","title":"Using the Put method","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-put-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-file-upload-using-put.html","title":"Upload file with Put method","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-file-upload-using-put.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-salesforce-package.html","title":"Salesforce package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-salesforce-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/salesforce-authentication-action.html","title":"Salesforce Authentication action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/salesforce-authentication-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Insert-record-action.html","title":"Salesforce Insert record action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Insert-record-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Get-record-action.html","title":"Salesforce Get record action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Get-record-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Update-record-action.html","title":"Salesforce Update record action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Update-record-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Delete-record-action.html","title":"Salesforce Delete record action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-Delete-record-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-upsert-action.html","title":"Salesforce Upsert record action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-upsert-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/salesforce-execute-soql-action.html","title":"Salesforce Execute SOQL action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/salesforce-execute-soql-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/salesforce-upload-file-attachment-action.html","title":"Salesforce Upload file attachment action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/salesforce-upload-file-attachment-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-download-file-attachment-action.html","title":"Salesforce Download file attachment action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/Salesforce-download-file-attachment-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-sap_action.html","title":"SAP package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-sap_action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-sap-connect-action.html","title":"Using Connect action for SAP","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-sap-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-export-table.html","title":"Using Export table action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-export-table.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-set_table_cell_text.html","title":"Using Set table cell text action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-set_table_cell_text.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/sap-bapi-package.html","title":"SAP BAPI package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/sap-bapi-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-connect-action-for-sap-bapi.html","title":"Using Connect action for SAP BAPI","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-connect-action-for-sap-bapi.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-screen-command.html","title":"Screen package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-screen-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-screen-capture-area.html","title":"Using Capture area action from Screen package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-screen-capture-area.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-screen-capture-window.html","title":"Using Capture window action from Screen package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-screen-capture-window.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-services-package.html","title":"Service package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-services-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-keystrokes-command.html","title":"Simulate keystrokes package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-keystrokes-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-keystrokes.html","title":"Using Keystrokes action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-keystrokes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-snmp-command.html","title":"SNMP package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-snmp-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-get-action.html","title":"Using Get action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-get-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-inserting-an-snmp-command.html","title":"Using Get next action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-inserting-an-snmp-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-trap-action.html","title":"Using Send trap action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-trap-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-set-action.html","title":"Set action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-set-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-walk-action.html","title":"Using Walk action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-walk-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-soap-web-service-command.html","title":"SOAP Web Service package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-soap-web-service-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-step-command.html","title":"Step package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-step-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-string-operation-command.html","title":"String package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-string-operation-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-string-extract-text.html","title":"Extract text","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-string-extract-text.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extract-text-action.html","title":"Using Extract text action of String package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-extract-text-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-action.html","title":"Using Find action of String package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-find-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-replace-action.html","title":"Using Replace action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-replace-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-split-action.html","title":"Using Split action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-split-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-system-command.html","title":"System package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-system-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-the-get-environment-variable-action.html","title":"Get environment variable action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-the-get-environment-variable-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-taskbot-command.html","title":"Task Bot package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-taskbot-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-the-run-action.html","title":"Using the Run action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-the-run-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-repeating-a-task.html","title":"Repeating a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-repeating-a-task.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-sharing-excel-sessions-between-bots.html","title":"Example of sharing an Excel session between bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-sharing-excel-sessions-between-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-terminal-emulator-command.html","title":"Terminal Emulator package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-terminal-emulator-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-terminal-connect-action.html","title":"Using Connect action for Terminal Emulator","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-terminal-connect-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-get-text-action.html","title":"Using Get text action for Terminal Emulator","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-get-text-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-key-action.html","title":"Using Send key action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-key-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-send-text-key-behavior.html","title":"How send key works in Send text action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-send-text-key-behavior.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-text-action.html","title":"Using Send text action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-send-text-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-set-field-action.html","title":"Using Set field action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-set-field-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-terminal-wait-action.html","title":"Using Wait action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-terminal-wait-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-share-session-between-tasks.html","title":"Share session between TaskBot logic","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-share-session-between-tasks.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/text-file-package.html","title":"Text file package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/text-file-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-get-text-action.html","title":"Using Get text action of Text file package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-get-text-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-trigger-loop.html","title":"Trigger loop package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-trigger-loop.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/v11-task-bot-package.html","title":"V11 Task Bot package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/v11-task-bot-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-v11-run-action.html","title":"Using Run action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-v11-run-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-vb-script.html","title":"VBScript package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-vb-script.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-wait-command.html","title":"Wait package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-wait-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-wait-screen-action.html","title":"Using Wait for screen change action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-wait-screen-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-wait-window-action.html","title":"Using Wait for window action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-wait-window-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-windows-action-command.html","title":"Window package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-windows-action-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-workload-command.html","title":"Workload package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-workload-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-insert-work-item-action.html","title":"Using Insert work item action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-insert-work-item-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-xml-command.html","title":"XML package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-xml-command.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-xml-insert-action.html","title":"Using Insert node action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-xml-insert-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/get-started-with-recorders.html","title":"Get started with recorders","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/get-started-with-recorders.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-the-recorder.html","title":"Universal Recorder for object-based automation","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-the-recorder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-capturing-recording.html","title":"Record a task with the Universal Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-capturing-recording.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-editing-task.html","title":"Edit a task recorded with the Universal Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-editing-task.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/universal-recorder-supported-applications-and-browsers.html","title":"Universal Recorder supported applications and browsers","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/universal-recorder-supported-applications-and-browsers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/deployment-planning/cloud-chrome-changing-extension.html","title":"Google Chrome browser extension requirements","navPath":"enterprise-cloud/topics/deployment-planning/cloud-chrome-changing-extension.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/google-chrome-extension-troubleshooting.html","title":"Google Chrome extension troubleshooting","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/google-chrome-extension-troubleshooting.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-secure-recording-mode.html","title":"Secure recording mode","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-secure-recording-mode.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/recording-tasks-in-java-applications.html","title":"Recording tasks in applications that run on JRE","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/recording-tasks-in-java-applications.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-aisense-overview.html","title":"AISense for recording tasks from remote applications","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-aisense-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/recording-task-with-aisense.html","title":"Record a task with AISense Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/recording-task-with-aisense.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/edit-a-task-recorded-with-aisense.html","title":"Edit a task recorded using AISense","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/edit-a-task-recorded-with-aisense.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/action-performed-on-captured-object.html","title":"Actions performed on objects captured with AISense Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/action-performed-on-captured-object.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/use-variable-anchor.html","title":"Use variable anchor","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/use-variable-anchor.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/table-object-type-in-aisense-recorder.html","title":"Table data extraction through AISense Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/table-object-type-in-aisense-recorder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/enable-debug-logging-AIsense.html","title":"Enable debug logs for AISense Recorder","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/enable-debug-logging-AIsense.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/aisense-best-practices.html","title":"AISense Recorder best practices","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/aisense-best-practices.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-using-the-task-list.html","title":"Working with bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-using-the-task-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/cloud-run-bot.html","title":"Run a bot","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/cloud-run-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-running-a-task.html","title":"Considerations for running a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-running-a-task.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/move-a-bot.html","title":"Move a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/move-a-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-bot-check-in.html","title":"Check in a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-bot-check-in.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-bot-check-out.html","title":"Check out a single bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-bot-check-out.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/clone-a-bot.html","title":"Clone a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/clone-a-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/delete-a-bot.html","title":"Delete a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/delete-a-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/preload-packages.html","title":"Preload packages","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/preload-packages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-copy-a-bot.html","title":"Copy a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-copy-a-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-bot-version-history.html","title":"View TaskBot version history","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-bot-version-history.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/label-a-bot.html","title":"Assign label to a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/label-a-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-editing-a-task.html","title":"Edit a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-editing-a-task.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/cloud-compare-bot-versions.html","title":"Compare bot versions","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/cloud-compare-bot-versions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/view-bot-dependency-map.html","title":"View bot dependency map","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/view-bot-dependency-map.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-attach-work-item-template.html","title":"Attach work item template to TaskBot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-attach-work-item-template.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-viewing-packages.html","title":"View package versions available in the Control Room","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-viewing-packages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/creating-an-automation-task/cloud-view-select-package-version.html","title":"Select the package version used in your bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/creating-an-automation-task/cloud-view-select-package-version.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/bot-compatibility-version.html","title":"Bot compatibility version","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/bot-compatibility-version.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/set-automation-priority.html","title":"Set automation priority for your bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/set-automation-priority.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-timeout.html","title":"Configure timeout for bot execution","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-timeout.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/bots/my-bots/create-and-edit-folders.html","title":"Create and rename folders","navPath":"enterprise-cloud/topics/control-room/bots/my-bots/create-and-edit-folders.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-keyboard-shortcuts.html","title":"Keyboard shortcuts","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-keyboard-shortcuts.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-using-variables.html","title":"Variables overview","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-using-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-system-related-variables.html","title":"Predefined variables","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-system-related-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-user-local-variables.html","title":"Your variables (user-defined)","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-user-local-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-create-variable.html","title":"Create a variable","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-create-variable.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/type-casting.html","title":"Type conversion","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/type-casting.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/recursive-expressions.html","title":"Recursive expressions","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/recursive-expressions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-record-variable.html","title":"Record variable","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-record-variable.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/unicode-range.html","title":"Unicode range supported in variables","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/unicode-range.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-work-item-variable.html","title":"Use Work Item variables","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-work-item-variable.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-credential-variables.html","title":"Credentials and credential variables in the Bot editor","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-credential-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-of-bot-that-uses-credentials.html","title":"Example of building a bot that uses credentials","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-of-bot-that-uses-credentials.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-of-bot-credential-variables.html","title":"Example of building a bot that uses credential variables","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-of-bot-credential-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-global-variables.html","title":"Global values","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-global-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/create-a-global-value.html","title":"Create a global value","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/create-a-global-value.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-overwrite-the-default-value.html","title":"Overwrite the default value","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-variables/cloud-overwrite-the-default-value.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-dependencies.html","title":"Bot dependencies","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-dependencies.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-uploading-downloading-dependencies.html","title":"Upload bot and its dependencies","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/cloud-uploading-downloading-dependencies.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-bot-dependencies.html","title":"Add bot dependencies","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-bot-dependencies.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/view-bot-dependencies.html","title":"View bots dependencies","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/view-bot-dependencies.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/edit-bot-dependencies.html","title":"Edit bot-dependent text-based files","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/edit-bot-dependencies.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/non-bot-file-version-history.html","title":"View version history of non-bot file dependencies","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/non-bot-file-version-history.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-how-to-build-and-edit-bots.html","title":"Get started building bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-how-to-build-and-edit-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-build-a-basic-hello-world-taskbot.html","title":"Build a Go be Great bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-build-a-basic-hello-world-taskbot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-create-a-bot.html","title":"Build a basic bot that uses a desktop application","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-create-a-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-recorder-extract-table-data.html","title":"Example of extracting data from a web table","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-recorder-extract-table-data.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/a2019-build-bots-examples-list.html","title":"Examples of building bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/a2019-build-bots-examples-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/enter-data-into-webform-from-file.html","title":"Example of entering data into a web form from a worksheet","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/enter-data-into-webform-from-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dictionary.html","title":"Example of passing a value between bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dictionary.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dictionary-2.html","title":"Example of passing a value between bots including video clips","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dictionary-2.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dictionary-3.html","title":"Example of passing a value between bots including full video","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dictionary-3.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-perform-an-if-condition-based-on-cell-value.html","title":"Example of using a conditional statement","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-perform-an-if-condition-based-on-cell-value.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-use-python-script-to-join-a-list.html","title":"Example of using Python script to join a list","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-use-python-script-to-join-a-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dll.html","title":"Example of using the DLL package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-dll.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-transferring-data-from-text-file-to-excel-worksheet.html","title":"Example of transferring data from CSV file to Excel worksheet","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-transferring-data-from-text-file-to-excel-worksheet.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-merge-excel-spreadsheets-example.html","title":"Run TaskBot to merge Excel sheets","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-merge-excel-spreadsheets-example.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-migrate-data-from-excel-to-database_1.html","title":"Example of migrating data from Excel to a database","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-example-migrate-data-from-excel-to-database_1.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-run-action.html","title":"Example of using the Run action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-run-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-soap-web-service-action.html","title":"Example of using the SOAP web service action","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-soap-web-service-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-use-sap-bapi-to-input-structure.html","title":"Example of using Get structure command from SAP BAPI package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-use-sap-bapi-to-input-structure.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-use-sap-bapi-to-insert-data.html","title":"Example of writing data to SAP using SAP BAPI package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-use-sap-bapi-to-insert-data.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-run-standard-workflow-sap-bapi.html","title":"Example of using Run standard workflow from SAP BAPI package","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-run-standard-workflow-sap-bapi.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-vbscript.html","title":"Example of using the VBScript package in a resilient bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-cloud-vbscript.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/create-a-dashboard-bot.html","title":"Build a Bot Insight dashboard bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/create-a-dashboard-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/example-multiple-analyze-actions.html","title":"Example of using multiple analyze actions in a task","navPath":"enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/example-multiple-analyze-actions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/using-update-bot-package-version.html","title":"Example of updating default package version across bots","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/using-update-bot-package-version.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/example-json-package.html","title":"Example of using JSON package actions in a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/commands/example-json-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-dictionary-variable-example.html","title":"Create dictionary type variables","navPath":"enterprise-cloud/topics/developer/cloud-dictionary-variable-example.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/aari-introduction-components.html","title":"Automation Anywhere Robotic Interface (AARI)","navPath":"enterprise-cloud/topics/aae-architecture-implementation/aari-introduction-components.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-web-portal-overview.html","title":"Using AARI on the web interface","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-web-portal-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-web-users.html","title":"AARI web interface users","navPath":"enterprise-cloud/topics/hbc/aari-web-users.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-process-editor-overview.html","title":"Configure roles for AARI on the web","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-process-editor-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/hbc-create-user.html","title":"Create users for Automation Anywhere Robotic Interface","navPath":"enterprise-cloud/topics/hbc/hbc-create-user.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-device-pool-configuration.html","title":"Configure scheduler user for AARI on the web","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-device-pool-configuration.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/prereq-aari-scheduler-user.html","title":"Create user and assign role","navPath":"enterprise-cloud/topics/hbc/prereq-aari-scheduler-user.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/assign-user-to-process.html","title":"Assign scheduler user to process in the web interface","navPath":"enterprise-cloud/topics/hbc/assign-user-to-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-deployment-types.html","title":"Configure deployment type for bots","navPath":"enterprise-cloud/topics/hbc/aari-deployment-types.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-processes.html","title":"Configure processes","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-processes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-create-form.html","title":"Create an AARI form","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-create-form.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/example-using-dynamic-checkbox.html","title":"Example of using the Checkbox element dynamically","navPath":"enterprise-cloud/topics/hbc/example-using-dynamic-checkbox.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-use-case-file.html","title":"Example of uploading and downloading file for web","navPath":"enterprise-cloud/topics/hbc/aari-use-case-file.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-storage-properties.html","title":"Cloud storage usage","navPath":"enterprise-cloud/topics/hbc/aari-storage-properties.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-create-process.html","title":"Create an AARI process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-create-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aari/cloud-aari-metadata-variables.html","title":"AARI variable types","navPath":"enterprise-cloud/topics/aari/cloud-aari-metadata-variables.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aari/cloud-aari-output.html","title":"Use an Output variable","navPath":"enterprise-cloud/topics/aari/cloud-aari-output.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/delete-aari-process.html","title":"Delete an AARI process","navPath":"enterprise-cloud/topics/hbc/delete-aari-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/run-aari-process.html","title":"Run an AARI process","navPath":"enterprise-cloud/topics/hbc/run-aari-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-check-in-process.html","title":"Check in an AARI process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-check-in-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-check-out-process.html","title":"Check out an AARI process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-check-out-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-import-process.html","title":"Import an AARI process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-import-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-import-process-dependencies.html","title":"Import process dependencies","navPath":"enterprise-cloud/topics/hbc/aari-import-process-dependencies.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-export-process.html","title":"Export an AARI process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-export-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-url-parameters.html","title":"URL parameters","navPath":"enterprise-cloud/topics/hbc/aari-url-parameters.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-password-element-reference.html","title":"Password element properties","navPath":"enterprise-cloud/topics/hbc/aari-password-element-reference.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-deploy-process.html","title":"Deploy processes","navPath":"enterprise-cloud/topics/hbc/aari-deploy-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-team-management.html","title":"Team management","navPath":"enterprise-cloud/topics/hbc/aari-team-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-process-management.html","title":"Process management","navPath":"enterprise-cloud/topics/hbc/aari-process-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-request-management.html","title":"Request management","navPath":"enterprise-cloud/topics/hbc/aari-request-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-reference-id.html","title":"Reference ID properties","navPath":"enterprise-cloud/topics/hbc/aari-reference-id.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-upgrade-team-config.html","title":"Modifiche all'aggiornamento in AARI dalla versione A360.21 o versioni successive","navPath":"enterprise-cloud/topics/hbc/aari-upgrade-team-config.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-process-web.html","title":"Create a request and complete a task","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-process-web.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/hbc-delete-request.html","title":"Delete a request","navPath":"enterprise-cloud/topics/hbc/hbc-delete-request.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aari/cloud-aari-create-team.html","title":"Create an AARI team and assign team roles to members","navPath":"enterprise-cloud/topics/aari/cloud-aari-create-team.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-assign-process-manager.html","title":"Assign an AARI team to a process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-assign-process-manager.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-assign-task.html","title":"Assign or unassign a task","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-assign-task.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-process-managment.html","title":"View and search for a process","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-process-managment.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-request-management.html","title":"Filter and search for a request","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-request-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/cloud-hbc-task-management.html","title":"Filter and search for a task","navPath":"enterprise-cloud/topics/hbc/cloud-hbc-task-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-edit-process.html","title":"Configure an AARI process","navPath":"enterprise-cloud/topics/hbc/aari-edit-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-edit-bot.html","title":"Configure an AARI bot","navPath":"enterprise-cloud/topics/hbc/aari-edit-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-bot-management.html","title":"Bot setup","navPath":"enterprise-cloud/topics/hbc/aari-bot-management.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/attended-automation/attend-automation-overview.html","title":"Attended and unattended automation","navPath":"enterprise-cloud/topics/aae-client/attended-automation/attend-automation-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/attended-automation/a2019-attend-automation.html","title":"Using AARI on desktop","navPath":"enterprise-cloud/topics/aae-client/attended-automation/a2019-attend-automation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/about-aari-assistant.html","title":"About AARI Assistant","navPath":"enterprise-cloud/topics/bot-agent/about-aari-assistant.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/bot-agent/sign-into-aari-assistant.html","title":"Accedere a AARI Assistant","navPath":"enterprise-cloud/topics/bot-agent/sign-into-aari-assistant.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/using-interactive-forms.html","title":"Using interactive forms","navPath":"enterprise-cloud/topics/aae-client/forms/using-interactive-forms.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/create-form.html","title":"Create a form","navPath":"enterprise-cloud/topics/aae-client/forms/create-form.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/button-element.html","title":"Using the Button element","navPath":"enterprise-cloud/topics/aae-client/forms/button-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/checkbox-element.html","title":"Using the Checkbox element","navPath":"enterprise-cloud/topics/aae-client/forms/checkbox-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/date-element.html","title":"Using the Date element","navPath":"enterprise-cloud/topics/aae-client/forms/date-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/document-element.html","title":"Using the Document element","navPath":"enterprise-cloud/topics/aae-client/forms/document-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/dropdown-element.html","title":"Using the Dropdown element","navPath":"enterprise-cloud/topics/aae-client/forms/dropdown-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/dynamic-element.html","title":"Using the Dynamic Area element","navPath":"enterprise-cloud/topics/aae-client/forms/dynamic-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/select-file-element.html","title":"Using the Select File element","navPath":"enterprise-cloud/topics/aae-client/forms/select-file-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/select-folder.html","title":"Using the Select Folder element","navPath":"enterprise-cloud/topics/aae-client/forms/select-folder.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/hyperlink-element.html","title":"Using the Hyperlink element","navPath":"enterprise-cloud/topics/aae-client/forms/hyperlink-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/image-element.html","title":"Using the Image element","navPath":"enterprise-cloud/topics/aae-client/forms/image-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/label-element.html","title":"Using the Label element","navPath":"enterprise-cloud/topics/aae-client/forms/label-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/number-element.html","title":"Using the Number element","navPath":"enterprise-cloud/topics/aae-client/forms/number-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/password-element.html","title":"Using the Password element","navPath":"enterprise-cloud/topics/aae-client/forms/password-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/radio-button-element.html","title":"Using the Radio Button element","navPath":"enterprise-cloud/topics/aae-client/forms/radio-button-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/rich-text-editor-element.html","title":"Using the Rich Text Editor element","navPath":"enterprise-cloud/topics/aae-client/forms/rich-text-editor-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/snapshot-element.html","title":"Using the Snapshot element","navPath":"enterprise-cloud/topics/aae-client/forms/snapshot-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/table-element.html","title":"Using the Table element","navPath":"enterprise-cloud/topics/aae-client/forms/table-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/text-area-element.html","title":"Using the Text Area element","navPath":"enterprise-cloud/topics/aae-client/forms/text-area-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/text-box-element.html","title":"Using the Text Box element","navPath":"enterprise-cloud/topics/aae-client/forms/text-box-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/time-element.html","title":"Using the Time element","navPath":"enterprise-cloud/topics/aae-client/forms/time-element.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/add-rules-to-form.html","title":"Add rules to form elements","navPath":"enterprise-cloud/topics/aae-client/forms/add-rules-to-form.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/forms/add-form-to-bot.html","title":"Add a form to bot","navPath":"enterprise-cloud/topics/aae-client/forms/add-form-to-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/run-bot-with-trigger.html","title":"Adding a trigger to run a bot","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/run-bot-with-trigger.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/attended-automation/email-trigger.html","title":"Add an email trigger","navPath":"enterprise-cloud/topics/aae-client/attended-automation/email-trigger.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-trigger-to-bot.html","title":"Add a file and folder trigger","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-trigger-to-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/attended-automation/add-hot-key-trigger.html","title":"Add a hot key trigger","navPath":"enterprise-cloud/topics/aae-client/attended-automation/add-hot-key-trigger.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-interface-triggers.html","title":"Add an interface trigger","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-interface-triggers.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-process-trigger.html","title":"Add a process trigger","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-process-trigger.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-service-trigger.html","title":"Add a service trigger","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-service-trigger.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-window-trigger.html","title":"Add a window trigger","navPath":"enterprise-cloud/topics/aae-client/bot-creator/working-with-automation-tasks/add-window-trigger.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/attended-automation/example-attended-automation.html","title":"Example for using hot key to trigger a bot","navPath":"enterprise-cloud/topics/aae-client/attended-automation/example-attended-automation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/embedded-automations.html","title":"Embedded Automation","navPath":"enterprise-cloud/topics/aae-architecture-implementation/embedded-automations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/embedded-integrations-to-extensions.html","title":"AARI Integrations and AARI Extensions","navPath":"enterprise-cloud/topics/aae-architecture-implementation/embedded-integrations-to-extensions.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-overview.html","title":"AARI Integrations overview","navPath":"enterprise-cloud/topics/hbc/aari-integrations-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-setup.html","title":"Setup iFrame widget using AARI Integrations","navPath":"enterprise-cloud/topics/hbc/aari-integrations-setup.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-assign-teams.html","title":"Assign automations to teams","navPath":"enterprise-cloud/topics/hbc/aari-integrations-assign-teams.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-create-team.html","title":"Assign members to a team","navPath":"enterprise-cloud/topics/hbc/aari-integrations-create-team.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-assign-teams-to-process.html","title":"Assign teams to a process","navPath":"enterprise-cloud/topics/hbc/aari-integrations-assign-teams-to-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-assign-teams-to-bot.html","title":"Assign teams to a bot","navPath":"enterprise-cloud/topics/hbc/aari-integrations-assign-teams-to-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-access.html","title":"Configure iFrame widget in a web application","navPath":"enterprise-cloud/topics/hbc/aari-integrations-access.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/hbc/aari-integrations-use-widget.html","title":"Deploy automations in web application","navPath":"enterprise-cloud/topics/hbc/aari-integrations-use-widget.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-architecture-implementation/embedded-extensions-overview.html","title":"AARI Extensions overview","navPath":"enterprise-cloud/topics/aae-architecture-implementation/embedded-extensions-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-intro.html","title":"Process discovery by using Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-intro.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-get-started-process.html","title":"Get started with Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-get-started-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-users.html","title":"Discovery Bot users","navPath":"discovery-bot/topics/discovery-bot-users.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-licenses.html","title":"Supported licenses for Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-licenses.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-prerequisites.html","title":"Prerequisites for Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-prerequisites.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-upgrade.html","title":"Upgrade Discovery Bot from Enterprise A2019.15 to later versions","navPath":"discovery-bot/topics/discovery-bot-upgrade.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-create-users.html","title":"Create users for Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-create-users.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-multi-role.html","title":"Create multi-role users for Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-multi-role.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-custom-role.html","title":"Create a custom role for Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-custom-role.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-assign-custom-role.html","title":"Assign the Discovery Bot custom role to a user","navPath":"discovery-bot/topics/discovery-bot-assign-custom-role.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-create-process.html","title":"Create a Discovery Bot process","navPath":"discovery-bot/topics/discovery-bot-create-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-recorder-requirements.html","title":"Supported applications and browsers for Discovery Bot","navPath":"discovery-bot/topics/discovery-bot-recorder-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-record-process.html","title":"Record a Discovery Bot business process","navPath":"discovery-bot/topics/discovery-bot-record-process.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-record-aari-assistant.html","title":"Record a Discovery Bot process using AARI Assistant","navPath":"discovery-bot/topics/discovery-bot-record-aari-assistant.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/discovery-bot-analyze-opportunites.html","title":"Analyzing opportunities for automation","navPath":"discovery-bot/topics/discovery-bot-analyze-opportunites.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/review-opportunites-convert-to-bot-generate-pdd.html","title":"Review opportunities, convert to bot, and generate PDD","navPath":"discovery-bot/topics/review-opportunites-convert-to-bot-generate-pdd.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/using-filter-and-toggle-frequency-counter-options.html","title":"Using the Filter and Toggle frequency counter options","navPath":"discovery-bot/topics/using-filter-and-toggle-frequency-counter-options.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/getting-started-with-privacy-enhanced-gateway.html","title":"Getting started with Privacy Enhanced Gateway","navPath":"discovery-bot/topics/getting-started-with-privacy-enhanced-gateway.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/deployment-models-and-networking-requirements.html","title":"Deployment and networking requirements","navPath":"discovery-bot/topics/deployment-models-and-networking-requirements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/customer-managed-certificates-deployments-installation.html","title":"Install PEG","navPath":"discovery-bot/topics/customer-managed-certificates-deployments-installation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/create-certificates.html","title":"Create certificates","navPath":"discovery-bot/topics/create-certificates.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/create-dns-enteries-and-deploy-peg-vm.html","title":"Create DNS entries and deploy PEG VM","navPath":"discovery-bot/topics/create-dns-enteries-and-deploy-peg-vm.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/configure-peg.html","title":"Configure PEG to work with a proxy","navPath":"discovery-bot/topics/configure-peg.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/common-steps-configuring-peg.html","title":"Set up and configure PEG","navPath":"discovery-bot/topics/common-steps-configuring-peg.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/validate-peg.html","title":"Validate PEG is running","navPath":"discovery-bot/topics/validate-peg.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/peg-modes.html","title":"PEG modes overview","navPath":"discovery-bot/topics/peg-modes.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/changing-modes-peg.html","title":"Switch between modes","navPath":"discovery-bot/topics/changing-modes-peg.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/determining-allowed-content.html","title":"Determining content for redaction","navPath":"discovery-bot/topics/determining-allowed-content.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/modifying-pass-block-list.html","title":"Modify the pass and block lists","navPath":"discovery-bot/topics/modifying-pass-block-list.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/managing-disk-space.html","title":"Manage disk space","navPath":"discovery-bot/topics/managing-disk-space.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/discovery-bot/topics/renewing-replacing-certificates-keys.html","title":"Renew and replace certificates and keys","navPath":"discovery-bot/topics/renewing-replacing-certificates-keys.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/error-reference/preprocessing-error-messages.html","title":"Preprocessing error messages","navPath":"enterprise-cloud/topics/error-reference/preprocessing-error-messages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/advanced-bots/cloud-build-advanced-bots.html","title":"Build advanced bots and packages","navPath":"enterprise-cloud/topics/aae-client/bot-creator/advanced-bots/cloud-build-advanced-bots.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-package-overview.html","title":"Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-create-package-overview.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-package-project-setup.html","title":"Set up the Java project","navPath":"enterprise-cloud/topics/developer/cloud-package-project-setup.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-standard-coding-practices-guidelines.html","title":"Standard coding practices and guidelines for developing packages","navPath":"enterprise-cloud/topics/developer/cloud-standard-coding-practices-guidelines.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-develop-your-package.html","title":"Develop a sample package","navPath":"enterprise-cloud/topics/developer/cloud-develop-your-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-how-to-use-pack-sdk.html","title":"Using the package SDK","navPath":"enterprise-cloud/topics/developer/cloud-how-to-use-pack-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-config-build-intellij-use-sdk.html","title":"Configuring build files","navPath":"enterprise-cloud/topics/developer/cloud-config-build-intellij-use-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-directory-class-use-sdk.html","title":"Creating new Java class","navPath":"enterprise-cloud/topics/developer/cloud-create-directory-class-use-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-upload-custom-pack-control-room-use-sdk.html","title":"Upload custom package to your Control Room","navPath":"enterprise-cloud/topics/developer/cloud-upload-custom-pack-control-room-use-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-bot-use-sdk.html","title":"Create a bot to test the new package","navPath":"enterprise-cloud/topics/developer/cloud-create-bot-use-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-how-to-examples.html","title":"How to examples","navPath":"enterprise-cloud/topics/developer/cloud-how-to-examples.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-return-value-from-action.html","title":"Return a value from an action","navPath":"enterprise-cloud/topics/developer/cloud-return-value-from-action.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-expose-action-property.html","title":"Expose property attributes of action","navPath":"enterprise-cloud/topics/developer/cloud-expose-action-property.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-organize-actions-under-package.html","title":"Organize and group actions when developing packages","navPath":"enterprise-cloud/topics/developer/cloud-organize-actions-under-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-input-types-ui-elements.html","title":"Input types - UI elements","navPath":"enterprise-cloud/topics/developer/cloud-input-types-ui-elements.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-custom-variables-pack-sdk.html","title":"Create custom variables using Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-create-custom-variables-pack-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-entry-list-example.html","title":"Using EntryList","navPath":"enterprise-cloud/topics/developer/cloud-entry-list-example.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-regex-match-write-data.html","title":"Using regular expression","navPath":"enterprise-cloud/topics/developer/cloud-regex-match-write-data.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-use-file2-attribute.html","title":"FILE2 (Regex) attribute","navPath":"enterprise-cloud/topics/developer/cloud-use-file2-attribute.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-condition-package-sdk.html","title":"Create a condition using Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-create-condition-package-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-add-condition-custom-package.html","title":"Add a condition in a custom package for If condition","navPath":"enterprise-cloud/topics/developer/cloud-add-condition-custom-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-iterator-package-sdk.html","title":"Create an iterator using Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-create-iterator-package-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-trigger-pack-sdk.html","title":"Create a trigger using Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-create-trigger-pack-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-trigger-example-pull-push.html","title":"Custom triggers - pull and push mechanism","navPath":"enterprise-cloud/topics/developer/cloud-trigger-example-pull-push.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-add-debug-log-custom-packages.html","title":"Add debug logs of custom packages to bot_launcher.log file","navPath":"enterprise-cloud/topics/developer/cloud-add-debug-log-custom-packages.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-handle-session-custom-package.html","title":"Handle sessions in a custom package","navPath":"enterprise-cloud/topics/developer/cloud-handle-session-custom-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-use-shared-session-sdk.html","title":"Configure shared session using Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-use-shared-session-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-build-bots-shared-session-sdk.html","title":"Build bots to share session details using Package SDK","navPath":"enterprise-cloud/topics/developer/cloud-build-bots-shared-session-sdk.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-annotations.html","title":"Annotations","navPath":"enterprise-cloud/topics/developer/cloud-annotations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-creation-and-function-annotations.html","title":"Creation and function annotations","navPath":"enterprise-cloud/topics/developer/cloud-creation-and-function-annotations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-validation-annotations.html","title":"Validation annotations","navPath":"enterprise-cloud/topics/developer/cloud-validation-annotations.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-credential-allow-password-annotation.html","title":"Configure and use credential allow password annotation","navPath":"enterprise-cloud/topics/developer/cloud-credential-allow-password-annotation.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-build-test-demo-package.html","title":"Build and test a demo package and bot","navPath":"enterprise-cloud/topics/developer/cloud-build-test-demo-package.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-demo-package-jar.html","title":"Update related workflow and build files","navPath":"enterprise-cloud/topics/developer/cloud-create-demo-package-jar.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-compile-demo-jar-eclipse.html","title":"Compile a demo JAR file from the Eclipse UI","navPath":"enterprise-cloud/topics/developer/cloud-compile-demo-jar-eclipse.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-compile-demo-jar.html","title":"Compile a demo JAR file from the command line","navPath":"enterprise-cloud/topics/developer/cloud-compile-demo-jar.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-add-demo-package-control-room.html","title":"Add your demo package to the Control Room","navPath":"enterprise-cloud/topics/developer/cloud-add-demo-package-control-room.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-demo-bot-one.html","title":"Create a demo bot with the demo package","navPath":"enterprise-cloud/topics/developer/cloud-create-demo-bot-one.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-change-package-jar.html","title":"Change the Java file used to create the package JAR file","navPath":"enterprise-cloud/topics/developer/cloud-change-package-jar.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-manage-package-in-bot.html","title":"Upload new demo package","navPath":"enterprise-cloud/topics/developer/cloud-manage-package-in-bot.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-create-run-demo-bot-two.html","title":"Update the demo bot with the updated package","navPath":"enterprise-cloud/topics/developer/cloud-create-run-demo-bot-two.html","bundleId":"enterprise-v2019","id":null,"isActive":false,"children":[]}]},{"url":"https://automationanywhere-be-prod.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/developer/cloud-build-custom-package.html","title":"Build and test a custom package","navPath":"enterprise-cloud/topics/developer/cloud-build-custom-pac