Skip to content

Read table data

Function Description

TIP

Read table data to generate a data table

Configuration Item Description

General

Command Input

  • Feishu Application ObjectTFeiShu: Create a Feishu application object using the Feishu spreadsheet connection

  • Worksheet namestring: Name of worksheet to read data

  • Scopestring: The worksheet range to read data, such as row corresponding to 1, column corresponding to B, and area corresponding to A1: B2, Output all data in the current table when empty

  • Reading methodInteger: The way to read data from a worksheet

  • Read formatInteger: Format of the worksheet for reading data

  • Preview in Data TableBoolean: Preview in Data Table

Command Output

  • Data TableTDataTable: The data table generated after reading the data

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • Terminate Process: If the command fails, terminate the process.

    • Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.

    • Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.

Usage Example

Process logic description:

Common Errors and Handling

None

Frequently Asked Questions

None