How it works
You activate the pack in your source doc You create a button in the table of interest In the button you fill out the parameters from the pack which are: the list of columns you want to push to the target doc
In the pack code this is what you fill out. Please note that both the URL and the Token are between double quotes ( “ “)
The target doc
Click on the URL below to see how it works ⤵️
AddOrModifyRows()
I added a little extra, when you change the value in a row that already lives on two sides, it does not create a new row in the target doc, it changes the row. This is the AddOrModifyRow() function I applied.
Create your own solution ⤵️