Skip to main content

Get Lark Base tables

Sophie avatar
Written by Sophie
Updated this week

Definition and Usage

Retrieve all tables within the specified Lark Base. Use this command after you have connected to Lark Base to enumerate all tables available under that Base for downstream processing.

Parameter Values

Input Parameters

Parameter Name

Description

Possible Values

Required

Options / Notes

Lark Base

The Lark Base connection to read from.

A Lark Base object created by Connect Lark Base

Yes

Must be the exact object returned by the Connect Lark Base command; ensure the Base is accessible with your credentials and permissions.

Advanced Settings

No advanced settings available.

Error Handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will stop execution.

Retry command

The action retries the command if an error occurs.

Ignore error & continue

The action ignores the error and continues workflow execution.

Variables Produced

This action outputs a list that contains one entry per table found in the selected Lark Base. Each entry represents a table and is suitable for iterating, selecting specific tables by name, or passing into subsequent actions that operate on a table.

Using Variables in Conditions

You can pass dynamic values from previous steps to this command. For example, select the Lark Base object produced by an earlier connection step. In the UI, fields marked with {x} typically accept variables, allowing you to reference results from prior actions to drive which Base to query or how to branch your workflow.

Notes

  • Run Connect Lark Base before this command; it must succeed to supply a valid Base object.

  • Ensure your account has permission to view all tables in the target Base; restricted tables will not be returned.

  • Network or permission issues can cause retrieval failures; use error handling to retry or continue as needed.

Did this answer your question?