
Extracts task (workitem) data via API in TSV format. The data is extracted using the ReportID of the filtered list…

Extracts case data via API in TSV format. The data is extracted using the ReportID of the filtered list configured…

Extracts process data that match the specified saved filter. Stores the extracted data list as a TSV string. The filter…

Formats the specified range of columns from START index to END index of the TSV (END not included). The index…

Extracts the specified range of columns from START index to END index of the TSV (END not included). The index…

Adds the calc result as a new column. The result of binary calculations such as “adding column A and column…

Replaces all strings that match the regular expression. For example, all Phone Numbers ‘\d{3}-\d{3}-\d{4}’ in a text string can be…

Extracts a string that match the RegExp for each line. If set an “Email String”, the email address in the…

Extracts all strings that match the regular expression. For example, if set “URL regular expression”, all URLs in the text…

Converts a TSV string to a Markdown string. The first line of the TSV is recognized as a header line,…

Extracts the values of specified cells in A1 notation. The extracted string can be stored not only in the STRING…

Includes the master table on Workflow Platform as a string property of the process. The IDs and Labels are concatenated…

Kicks HttpStartEvent with the specific line data of TSV. When assuming batch start using multiline TSV data, place it in…

Extracts the cell value of the specified ID, starting from zero. The extracted cell string can be stored not only…

Duplicates File-type data. All files stored in Data Item A1 (Original Files) will be copied over to Data Item B1…

Narrows TSV text to column matched rows only. A regular expression (RegExp) can be specified as the match condition, and…

Filters TSV text to column-matched lines only. The match condition can be either “equals”, “contains”, “begins with”, or “ends with”.…

Converts text files charset (Coded Character Set). For example, converts UTF-8 encoding to Shift_JIS or UTF-16. If multiple files are…