GoLess
  • Basics
    • Recording Actions
    • Adding workflow manually
    • Tutorial: Scraping data
  • Workflow
    • Customization
    • Blocks
    • Global Data
    • Variables
    • Element Selector
    • Expressions
    • Workflow Table
    • Looping
    • Google Drive
  • Blocks
    • General
      • Note Block
      • Trigger Block
      • Execute Workflow Block
      • Delay Block
      • Export Data Block
      • HTTP Request Block
      • Blocks Group
      • Clipboard Block
      • Wait Connections Block
      • Notification Block
      • Workflow State
      • Parameter Prompt Block
    • Browser
      • Active Tab Block
      • New Tab Block
      • Switch Tab Block
      • New Window Block
      • Proxy Block
      • Go Back Block
      • Go Forward Block
      • Close Tab/Window Block
      • Take Screenshot Block
      • Browser Event Block
      • Handle Download Block
      • Handle Dialog Block
      • Reload Tab Block
      • Get Tab URL Block
      • Cookie Block
    • Web Interaction
      • Click Element Block
      • Get Text Block
      • Scroll Element Block
      • Link Block
      • Attribute Value Block
      • Forms Block
      • Javascript Code Block
      • Trigger Event Block
      • Switch Frame Block
      • Upload File Block
      • Hover Element Block
      • Save Assets Block
      • Press Key Block
      • Create Element Block
    • Control Flow
      • Repeat Task Block
      • Conditions Block
      • Element Exists Block
      • While Loop Block
      • Loop Data Block
      • Loop Elements Block
      • Loop Breakpoint
    • Data
      • Insert Data Block
      • Delete Data Block
      • Get Log Data Block
      • Slice Variable Block
      • Increase Variable Block
      • RegEx Variable Block
      • Data Mapping Block
      • Sort Data Block
    • Оnline Services
      • Google Sheets Block
    • Premium
      • ChatGPT Block
      • Captcha Block
  • REFERENCE
    • Logs
    • Schedule
    • Storage
    • Packages
    • Condition Builder
    • Workflow Common Errors
    • JavaScript Execution Context
Powered by GitBook
On this page
  • Creating a package
  • Editing a Package
  1. REFERENCE

Packages

Packages (formerly known as block folders) are intended to wrap one or several blocks to make them reusable. E.g., if you have blocks for some operation and want to use them in a different workflow, you can make a package with these blocks instead of copy-pasting them.

Creating a package

There are two ways of making a package:

From Workflow Editor

To make a package from a workflow editor, select blocks first. You can select a block by pressing shift and dragging the mouse to the blocks you want to select. Next, right-click and choose "Set as package".

From Package Page

To make a package from a package page, browse to the packages page, choose "New package" and enter the name and description of the package.

Editing a Package

To edit a package, open the packages page and choose the package you want to edit. It is the same manner you edit a workflow. The difference is that a package doesn't have the table and global data.

Set Package as Block

If you set the package as a block, it will only be treated as a block in a workflow. Proceed to the settings tab when editing a package to enable this option.

Block Inputs & Outputs

Right-click on a block input/output of the package to define the inputs/outputs of the block. Then select to set it as the package block input or output.

You'll see the inputs/outputs of the package block when using it in a workflow.

When you connect a block to one of the package block inputs, GoLess will start to run from the block you set as the input in the package.

PreviousStorageNextCondition Builder

Last updated 1 year ago