cover
  • #Release

Tapicker v5.1.8 released 🎉👏

Welcome to the release of Tapicker v5.1.8. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • Supports importing files as parameters
  • Supports referencing existing tables as parameters
  • Supports filling in the current link with one click
  • Show serial number before each item
  • Nested nodes can be collapsed

Supports importing files as parameters

We have added two extended data types Array (file) and Json (file) to support importing files.

In order to be able to import the file, you need to define a parameter like below.

set arguments

And then, when you start the recipe, you can upload a file to it.

import files

Which file types are supported?

  • Array (file) supports xlsx, xls, csv and json files
  • Json (file) supports json files only

This is useful when you need to enter a lot of data!

Supports referencing existing tables as parameters

Similar to importing files, you can define a parameter of type Array (table), so that you can reference a table as shown below.

ref table

This applies to task continuations.

Supports filling in the current link with one click

This is a small user experience improvement. When you define a parameter of type String (url), you can now click this small icon to fill in the current link with one click.

use current link

Show serial number before each item

Just to improve user experience.

show index

Nested nodes can be collapsed

When your workflow becomes complex, you can collapse certain blocks to get an intuitive flowchart.

collapse node

Conclusion

In this update, the most important thing is that we added some functions to make it possible to import files. In addition, there are many improvements in user experience, making you feel better!