Last updated:

Scripts: Table#

Scripts Table - the main container of the "Scripts" section, where all created scripts are displayed in rows with attributes in columns. It allows you to view, sort, and filter scripts, perform quick actions on individual records directly from the list, as well as manage tags, hashes, and folders without going to the constructor.

Location: the section is located on the left navigation panel, in the "Automation" group, under "Scripts".

Available actions:

  • view scripts in table or folder view
  • sort the list by name, creation date, and update date
  • copy script hash from the table row
  • open the visual script constructor
  • assign a key combination for quick launch
  • add script to favorites
  • perform actions through the row context menu: pin to folder, copy, set tags, export, update hash, delete


"Table" / "Folders" Switch#

The "Table" / "Folders" Switch is used to change the display mode of the script list. In "Table" mode, scripts are displayed in rows with attributes in columns, and in "Folders" mode, they are shown as cards grouped by folders.

After switching to "Folders" mode, script cards appear, which can be selected using checkboxes and actions can be performed on them through the top menu.


"Name" Column#

The "Name" Column is essential for identifying the script in the list. The cell displays the script name, and below it - the tags assigned to this script.

Clicking on the Name header sorts the list alphabetically. This helps quickly find the desired script in a large list.


"Hash" Column#

The "Hash" Column displays a unique identifier of the script version. An icon for copying is located next to the hash in the cell, allowing you to copy the value to the clipboard with a single click.

After clicking the copy icon, the script hash is saved to the clipboard and can be used to reference the script in other scripts or settings.


"Created" Column#

The "Created" Column is needed to view the date of the script's first save. The cell displays the date and time of the record's creation.

Clicking on the Created header sorts the list by creation date. This is convenient for finding new or oldest scripts in the list.


"Updated" Column#

The "Updated" Column shows the date of the script's last modification. This helps track the script's relevance and determine if any recent changes have been made to it.

Clicking on the Updated header resorts the list by the date of the last update.


"Open Visual Constructor" Icon#

The "Open Visual Constructor" Icon is used to navigate to the script editor directly from the list. Clicking the icon opens the constructor of the selected script for logic editing and testing.

After opening the constructor, you can make changes to the script, add or edit steps, and save the updated version.


"Assign Hotkey" Icon#

The "Assign Hotkey" Icon is used to set a key combination that launches the script on the currently open account. Clicking the icon opens the "Assign Hotkey" modal window, where you can specify the required combination.

How to assign a key combination:

  1. Click the Assign Hotkey icon in the row of the script you need.
  2. In the "Assign Hotkey" window, press the desired key combination, for example, Ctrl+T.
  3. Ensure the system confirms the availability of the combination.
  4. Click Save.

After saving, the key combination is assigned to the script and allows you to quickly launch it on the active account without going to the script list.

If the selected combination is already in use by the system, it will be marked as unavailable. Choose a different combination.


"Add to Favorites" Icon#

The "Add to Favorites" Icon is used to mark a script as a favorite for quick access through the filter. Clicking the icon adds the script to the favorites list or removes it from it.

You can view the list of favorite scripts through the Filters button in the top panel, activating the "Show Favorites Only" option.


Row Additional Actions Menu#

The Row Additional Actions Menu opens a context menu with operations available for a specific script. The menu is triggered by clicking the three dots icon on the right side of the row, and all actions apply only to the script of that row.

How to perform an action through the row menu:

  1. Click the three dots icon in the row of the script you need.
  2. Choose the desired action from the menu:
    • Pin to Folder - opens the "Assign Folder to Scripts" window, where you can select a folder and click Pin.
    • Copy Script - opens the "Copy Scripts" window for confirmation; after confirmation, a copy with the Copy label is created.
    • Set Tags - opens the "Assign Tags to Scripts" window, where you can select tags and click Assign.
    • Export Script - opens the system save file window; the script is saved as a zip archive.
    • Update Hash - opens the "Update Script Hash" window for confirmation; after confirmation, a new hash is generated.
    • Delete Script - opens the "Delete Scripts" window for confirmation; after confirmation, the script is moved to the trash.

After performing each action, the system displays a message about the successful completion of the operation.

The Update Hash action is irreversible. If the script is used in other scripts, after updating the hash, it will need to be re-added to all dependent scripts.


Workflow Scenario#

1

Step 1: Open Scripts

Go to the Scripts section through the left navigation panel in the Automation group.

2

Step 2: Sort the list

Click the Name, Created, or Updated headers to change the order of rows in the table.

3

Step 3: Copy the hash

In the Hash column, click the copy icon next to the script. The hash will be saved to the clipboard.

4

Step 4: Assign tags

Open the three dots menu, select Set Tags, choose the required markers and click Assign.

5

Step 5: Open the constructor

Click the Open Visual Constructor icon in the script row to start editing its logic.