We have a document library with 'publicly' available Word documents. Within that library we a folder where authors upload documents that they are currently working on. I am now in the process of creating a workflow that the authors can trigger once the document is finished. The document should then be converted to PDF and copied to the root folder of the library. This all works fine, but.....
The documents have multiple tags from a termstore assigned to them (e.g. language) which also need to be present once the PDF has been created and copied. How can I set those tags? I know that there is a function "Update item" but i am not quite sure how to handover these tags from the original DOCX file to the PDF.
Hope someone can help me :-)
Simon
Edit: Basically I need a way to save the path to the new file as a variable ...hmmmm....