ZeroWork
  • 👋Home and Welcome
  • 🚀Getting Started
  • ⬇️Install the Agent
  • 🧑‍💻Crash Course
  • Using ZeroWork
    • 🖥️General: Run, Schedule, Share, Webhooks
      • Run
      • Stop
      • Log in to the Agent
      • Run Modes
        • Run Incognito
        • Run Non-Incognito
        • Run in My Regular Browser
      • Run Settings
        • Run in Background
        • Stay on Page after Run
        • Bring Pages to Front
      • TaskBot Sharing Options
      • Cookies
      • Scheduler
      • Trigger Run via Webhook
      • Proxies
      • Remote (Cloud) Execution
      • How to Check and Update Your Agent
      • Install ZeroWork Agent on VPS
    • 📔Using Selectors
      • What Are Selectors
      • Use Element's Text
      • Copy Selectors
      • How to Build Custom Selectors
        • Basic Concepts of Selectors
        • One Element Can Have Many Selector Expressions
        • Check if Selector Is Correct and Unique
        • Exact or Loose Match
        • Hierarchy
        • Combine Filters with Standard CSS Logic
        • Lists: Incremental CSS Selectors
        • Addressing Siblings
      • How to Use XPath in ZeroWork (advanced)
    • 🏗️Using Building Blocks
      • Open Link
      • Save Page Url
      • Switch or Close Tab
      • Go Back or Forward
      • Switch Frame
      • Browser Alert
      • Click Web Element
      • Check Web Element
      • Save Web Element
        • Save Lists
        • Enrich Existing Data
        • Stop Run If Selector Is Not Found Option
      • Insert Text or Data
      • Hover Web Element
      • Select Web Dropdown
      • Keyboard Action
      • Start Condition and Set Condition
        • Actions = & ≠
        • Actions <, ≤, >, ≥
        • Data Found & Data not Found
        • Contains & Does Not Contain
        • Before (Date) & After (Date)
      • Start Repeat
        • Standard Loop
        • Dynamic Loop
        • Continue until No Element Is Found
        • Auto-Scroll
        • Auto-Continue from Last Row or Element
        • Nested Loops - Handle Pagination
      • After Repeat
      • Break Repeat
      • Try-Catch
      • Raise Error
      • Abort Run
      • Update Data
      • Number Operations
        • Example: Standardize different formats
      • Format Data
        • Remove Words
        • Shorten Content Length
      • Split Data
      • Apply Regex
      • Remove Duplicates
      • Delete Data
      • Ask ChatGPT
      • Send Notification
      • APIs: Send HTTP Request
      • Write JavaScript
      • Save File
      • Upload File
      • Delay
      • Record Date
      • Take Screenshot
      • Save from Clipboard
      • Log
      • Building Block Options
        • Delay Times between the Building Blocks
        • Randomize Delay Time
        • Deactivate Building Blocks
        • Shortcuts
        • Spintax
        • Auto-Align
        • Sticky Notes
    • 🔀Using Variables
    • 💿Using Tables
      • How to Add Tables
      • Native Tables
      • Google Sheets
      • Import Data from CSV
      • Using Google Sheet vs. Native Tables
      • Create Columns
      • Export Data as CSV
      • Convert Native Table to a Google Sheet
    • 📄Using Run Reports
    • 😑Common Problems
      • My TaskBot Does Not Start Run
      • When I Use Data from Table, No Data is Being Pulled
      • Website is Glitching and Flashing
      • No Selector is Found
      • My TaskBot Saves Some Data but Not All
      • Data Is Saved in Wrong Format
      • Website Requires SMS or Email Verification
      • Keyboard Action Is Not Working As Expected
      • Check Web Element Identifies Selector as Found but Next Action Does Not
      • When Using Insert Data Block, First Letters Are Cut Off
      • Workflow Has More than One Starting Building Block
      • TaskBot Does Not Automatically Scroll
  • Support
    • 🆘Getting Support
  • 🆕Release Notes
    • Version 1.1.61
    • Version 1.1.62
    • Version 1.1.63
    • Version 1.1.64
    • Version 1.1.65
    • Version 1.1.66
    • Version 1.1.67
    • Version 1.1.68
Powered by GitBook
On this page

Was this helpful?

  1. Using ZeroWork
  2. General: Run, Schedule, Share, Webhooks

TaskBot Sharing Options

PreviousBring Pages to FrontNextCookies

Last updated 11 months ago

Was this helpful?

Click on Share TaskBot on your TaskBot builder page.

There are two options how you can share your TaskBot.

Whether you use the option to share with specific user or generate a sharing link, a full copy of your TaskBot, including its parameters, variables and tables, will be added to a receiving user's ZeroWork account. Your specific data will not be shared, which means that the receiving user's ZeroWork native tables will have empty rows and variables will have empty values. Google Sheet tables will still contain your Google Sheet link, so be sure to restrict sharing access to it or change it before sharing, if this is not desired. Your TaskBot run settings (cookies, proxy, scheduler, etc.) will never be shared.

Option: Share with specific user

Enter the email address of the account you want to send TaskBot to. A copy of your TaskBot will be sent to that user's ZeroWork Creator account.

Option: Generate sharing link

You can activate a sharing link. Any user who you share this link with can pull a copy of your TaskBot to their ZeroWork Creator account.

By deactivating, your link will become inaccessible.

By resetting (see the renew icon on the right of the link 🔄), your current link will become inaccessible and a new link will be generated.

FAQ

Are cookies and proxy details shared?

No, your TaskBot run settings are never shared with the user who pulls a copy of your TaskBot. Their TaskBot run settings (including scheduler set-up) will be reset to blank or default values.

Are tables, variables and parameters sent to the other user, too?

When sending a TaskBot to another account, everything is duplicated including the TaskBot logic (building blocks), all the tables and their columns, variables and parameters.

Data inside ZeroWork native tables and variables won't be duplicated in order to protect your privacy. This means that the duplicated TaskBot's variables will contain empty values and the native tables with have no rows.

Note that the Google Sheet tables will still contain your Google Sheet link. If this is not desired, be sure to change it to a different link or restrict access to it.

What if I want to share the data inside my ZeroWork native tables, too?

If you need to, you can export your data as CSV and give that CSV to the other user, so that they can Import Data from CSV. The whole process takes just a few clicks on both sides.

After generating a sharing link, I added more changes. Will they be reflected?

Yes, the sharing link enables other users to duplicate your current TaskBot. So whatever changes you make, they are always reflected.

After sending to specific user, when will the user receive the TaskBot?

It takes just a minute or less to duplicate the TaskBot to the other user. After you sent your TaskBot to another account, that user will see it in their list of TaskBots. They may need to reload their page to see the received TaskBot and its tables.

Troubleshooting: After sending to specific user, the receiving user did not receive the TaskBot

Please ask them to reload their page.

🖥️