By default, automation actions operate on tables within the workflowâs own base. Cross-Base Access removes that boundary, letting you read from and write to tables in any base you have access to. This is essential for workflows that span multiple departments, projects, or datasets. For example, a Sales base automation can create a fulfillment record in a separate Operations base, or a reporting workflow can pull data from multiple project bases into a single summary.Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported actions
| Action | Cross-Base Support |
|---|---|
| Create Record | Yes |
| Update Record | Yes |
| Get Records | Yes |
How to set it up
- Open a supported action (Create Record, Update Record, or Get Records) in your workflow.
- Next to the Table selector, click Cross-Base Access.
- A panel opens showing all spaces and bases your account can access. Select the target Space, then the target Base.
- Choose the Table within that base. If the action supports it, you can also select a specific View.
- Map fields and configure the action as usual. The field list now reflects the target tableâs fields, not the current baseâs fields.
- Save the action.
Concrete example: Sales to Fulfillment
Imagine you have two bases:- Sales Base â contains a âDealsâ table where the sales team tracks closed deals.
- Operations Base â contains a âFulfillmentâ table where the ops team manages shipping.
- Trigger: In the Sales Base, use âWhen record matches conditionsâ with filter:
StageequalsClosed Won. - Action: Create Record with Cross-Base Access pointing to the Operations Base > Fulfillment table.
- Field mapping: Map the dealâs Customer Name, Product, Quantity, and Shipping Address to the corresponding fields in the Fulfillment table.
Permission model
Cross-base operations run under the workflow creatorâs identity. This has important implications:| Scenario | Result |
|---|---|
| Creator has Editor access to target base | Actions can read, create, and update records |
| Creator has Viewer access to target base | Only Get Records works; Create and Update will fail |
| Creator loses access to target base | All cross-base actions in the workflow will fail |
| Creatorâs account is deactivated | The entire workflow stops working |
What happens when the creator loses access
If the workflow creator loses access to the target base (for example, they are removed from the space or their permissions are downgraded), any cross-base action targeting that base will fail at runtime. The workflow will log an error, and the failed action step will show a permission error. To fix this:- Have someone with access to both bases duplicate or recreate the workflow.
- Or restore the original creatorâs access to the target base.
Tips
- Cross-base access works across different spaces, not just different bases in the same space. As long as the workflow creator has access, the action can reach any base.
- When mapping fields across bases, field types must be compatible. For example, you cannot map a text field to an attachment field.
- If you restructure a target base (rename tables, delete fields), the cross-base actions referencing those tables and fields will break. Update your workflow after making structural changes.
- For complex cross-base workflows, consider centralizing your automations in one âhubâ base to keep things organized.
Related
- Create record â create records in the current or another base
- Update record â update records in the current or another base
- Get records â retrieve records from the current or another base

