Help
Other questions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Paginated record is not working

I am trying to retrieve data with pagination, but its not returning the value. export default async function fetchData() { let data = [] base('table-name-here') .select({ pageSize: 3, view: 'Grid view', }) .eachPage( ...

Resolved! How to get field names by one request?

Hi, I am trying to get field names by request in table. airtable.table('Classes').select({ filterByFormula: `SEARCH(RECORD_ID(), "recr0DOF3YWjN9wAH,recwrHZ9zBIYFiU07,rectGHWsZVmkeRwGh,recJKCgej9ihrL2pK") != ""`, }).firstPage().then((data) => { ...

Screenshot 2022-08-07 at 7.23.02 PM Screenshot 2022-08-07 at 7.27.44 PM
heldinshon by 4 - Data Explorer
Solved
  • 1796 Views
  • 6 replies
  • 0 kudos

Syncing views from multiple tables without losing linked records

Let’s say I have a Base with 2 tables “people” and “countries”. The people table contains a “country” column that links to the “country name” column in the countries table. Now I want to sync the grid view in BOTH tables to a new base (so that the n...

DanielP by 6 - Interface Innovator
  • 989 Views
  • 4 replies
  • 1 kudos

Re-Linking data or two way sync?

I understand two-way sync won’t work currently, maybe never. But is there a way that I can re-link data? For example… Base A is a Product Catalog for Sales, and shares project data to Base B Base B is a Product Catalog for Designers, and shares produ...

matt_stewart by 5 - Automation Enthusiast
  • 5043 Views
  • 9 replies
  • 10 kudos

Two Way Syncing of Bases

I’ve synced two bases - we will call them Base 1 and Base 2. Base 1 now shows cells A,B,C from Base 2, but I also want Base 2 to show cells D, E, F from Base 1. Is this possible?