Hi, We have a SP document library with .docx and .PDF versions of each file. (editable and end user)
When i update a docx the system can generate the PDF it's self already with a flow. What i want to do is save the previous PDF version in the archive library before this happens. I don't have any more file details than the name as the Title column contains only a few correct names and a few 'template' or blank entries..
Before
Doc library
| Name | Type | Version | Title |
| Trees.docx | Editable | V1.0 | Trees.docx |
| Trees.pdf | End User | V1.0 |
Becomes
Doc library
| File | Type | Version |
| Trees.docx | Editable | V2.0 |
| Trees.pdf | End User | V2.0 |
Archive Library
| File | Type | Version |
| Trees.pdf | Archive | V1.0 |

Report
All responses (
Answers (