I’m new to using the properties service so I’m hoping my understanding is wrong!
I’ve tried using the document properties service to save a key value pair to a document.
This works – but when I make copies of the document the key value pair is not saved in the new copies of the document, which is what I’m trying to achieve.
Is there any way to code things so the properties data is also copied as each new copy of the document is created?
I can always resort to storing the data in a hidden text box on the slide, but I’m trying to avoid that.