Dear all,
I am raising this issue related to a GDocs add-on I wrote that gets lists/list items in the document. Long story short when a user copy-pastes a list item anywhere in the document, the listID gets copied as well.
This scenario isn't that corner case because a user can copy-paste existing list items when similar lists are needed in the same document. The list item text can change slightly, but the listID would still point to the origin list.
Now, this is a hassle for me because I use listIDs to parse and group items in lists and AFAIK there are no other unique identifiers for list items.
Is there something I missed in the documentation?
Can someone please help clarify if this is a bug, and if not, what is the recommended approach to handle this scenario?
Thanks in advance,
Mihai Petcu