How do I link multiple records at once to a table?

How do I link multiple records at once from one table to another? I’m a novice and am trying to move from airtable to baserow.

Airtable has the ability to copy a column of records from table A and then paste them into the linked table field, which will both create a link the records to table B. Is pasting records to link them possible in baserow?

I need to link around 100,000 records, how am I supposed to do that in bulk?

Thanks for the help.

Hello @Robbie! First of all, welcome to the Baserow community :wave:

I’ve chatted with my colleagues about your question, and even though we don’t have a native feature like Airtable copy and paste, you can link multiple records at once in Baserow. You can use Make for this.

In order to link records in bulk, you would need to use this batch endpoint for updating rows: Baserow API spec.

,

Hope it helps!