cover
  • #Release

Tapicker v5.17.24 released 🎉👏

Welcome to Tapicker v5.17.24! This update includes feature refinements, UX improvements, and important fixes to make your automation experience smoother and more reliable.

  • Removed $totalSize and $totalRows from "Extract Data"
  • Array-type default values now support multi-line input
  • Custom code now runs in a sandbox by default
  • Improved overall UI/UX
  • Fixed several subtle bugs

Removed $totalSize and $totalRows from "Extract Data"

In v5.17.8, we introduced $totalSize and $totalRows to help access accumulated extracted data. However, these extra fields made the variable panel look cluttered.

They are now officially removed. Instead, when extracting data, you can simply choose whether to merge with or overwrite previous results.

merge-data

Multi-line Default Values for Array Type

The Array data type now supports parsing multi-line text as an array, greatly improving usability when defining default values.

multi-line

Custom Code Runs in a Sandbox by Default

For improved safety, custom scripts now execute inside a sandbox by default. If needed, you can still choose to run code directly in the current page context.

code-context

You may also like