Add-ons

Add-ons

Google Slides #Pages: Export as PNG

Stores one or multiple PNG image files as Workflow data by converting specified slide pages. If not specified, only the last page will be converted into PNG. If “all” is specified, all pages will be converted. Also supports download URLs (valid for 30 mins).

Add-ons

#TSV-String: Add Thousands Separators

Formats the specified range of columns from START index to END index of the TSV (END not included). The index starts from “0”. Negative index counts back from the end. If START is omitted “from the beginning”, and if END is omitted “to the end”.

Add-ons

#TSV-String: Extract Range Columns

Extracts the specified range of columns from START index to END index of the TSV (END not included). The index starts from “0”. Negative index counts back from the end. If START is omitted “from the beginning”, and if END is omitted “to the end”.

Add-ons

#TSV-String: Basic Math on Numeric Strings

Adds the calc result as a new column. The result of binary calculations such as “adding column A and column B” or “multiplying column C by 1.1” are added to the end of each TSV row. Subtraction, division, remainder, and exponentiation also supported.

#Files: Filter by FileName
Add-ons

#Files: Filter by FileName

Extract only files to match the conditions from the files stored in FILE type. The conditions can be specified as “equal to”, “contains”, “starts with”, or “ends with”. A case-insensitive can be specified. You can also store the remaining files.

Add-ons

#String: Extract Subpattern by RegExp

Extracts one string that matches the regular expression and extracts its subpatterns (Capturing groups). If “(\d{4})-(\d{2})-(\d{2})”, the first YYYY-MM-DD that matches perfectly in the text will be extracted. Then the YYYY MM DD are extracted.

#Collab-Chat: Post
Add-ons

#Collab-Chat: Post

Posts any text to CollabChat in the Questetra Platform by specifying the channel. To post to an organization channel or a process channel, specify the ID (eg. “g12” or “p123”), and to a user-created channel, the channel name (eg. “general”).

Add-ons

TSV String: Extract Cells

Extracts the values of specified cells in A1 notation. The extracted string can be stored not only in the STRING type data but also in the NUMERIC type, DATE type, DATETIME type, SELECT type, USER type, and ORG type data if the format allows.

Add-ons

Google Sheets: Spreadsheets Multiple Cells Value, Update

Overwrites multiple cells of a spreadsheet. The value will be parsed as if user typed text into the Google Sheets UI. For example, if date formatted, the value “12-24” will be converted to “12/24/2021”. Or, “’12-31” will be updated as the string “12-31”.

Scroll to Top