API Code Sample to Mimic CrossDoc?

I don’t suppose anyone has a quick snippet of code (ideally AppsScript but any language is fine) that mimics the functionality of CrossDoc?

Essentially, I just want to upsert table data from one doc into another. We have more than 10,000 rows (we use filters extensively) so CrossDoc no longer works.

I imagine I’m not the first to run into this (?) so figured I’d ask if there’s any out there.

Cheers,
James

hi @orth ,
you can use my free webhook pack and use the addOrModifyRow() logic, that allows you to sync the tables in two docs. It has no row limit.

More details in this blog.

@Scott_Collier-Weir has also made a pack (somewhat confusingly is named “2 Way Sync”) that may be able to help:

Hey @orth !

I had a client who needed to sync tables across docs with 20k rows - their use case was actually the impetus for my pack!

That pack AND the table duplicator pack which I used for initial bulk population of rows from one doc to another. Let me know if you have any questions!

1 Like

What why confusingly named???

If what you really need is the code,
You can use get the source code of this pack bellow.
It’s open.

1 Like