Hi, I use one-way sync google scripts to sync coda docs and today I found something weird. I ran the script and in the target table the script seemed to generate different Source Row URLs then before for each synced row.
This way I ended up with a duplication of rows in the target table because the script didn’t recognize the previously synced Source Row URLs. I thought I might have mixed up something but when I looked closer at the source row urls it turned out that the new URLS are very similar to the older ones (and pointing to the same row) but they have an additional 12 character part (eg. grid-oRIt38B) in the middle:
OLD URL: https://coda.io/d/_d96LB366RrG#_tu36m/_rui-ucYzDa-TZL
NEW URL: https://coda.io/d/_d96LB366RrG#_tugrid-oRIt38B36m/_rui-ucYzDa-TZL
Have you bumped into this? Is there a change in the script I can make to make it able to recognize that these are the same rows not new ones?
Thanks, Zsolt