This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Setup and global variables | |
| CodaAPI.authenticate('TO UPDATE'); | |
| SOURCE_DOC_ID = 'TO UPDATE' | |
| TARGET_DOC_ID = 'TO UPDATE' | |
| TARGET_TABLE_SOURCE_ROW_COLUMN = 'Source Row URL'; | |
| /////////////////////// Define tables to sync between source and target docs below ////////////////////////////////// | |
| var TABLES = [ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CodaAPI.authenticate('abcd1234-efgh-5678-ijkl-1234mnop5678'); // Replace with your token. | |
| SOURCE_TABLES = [ | |
| { | |
| doc: 'TO UPDATE', | |
| table: 'Source Table', | |
| }, | |
| // Add more as needed. | |
| ]; | |
| TARGET_TABLE = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0xfb27816c324bb208fe630f5272e95e2d7487e287 |
NewerOlder