Hi,
I create two folder A & B.
In A, I create a Inbound simple workflow that when user approves, document will be sent to B.
In B, I create a rule that will add version aspect to incoming documents.
When I first approve file test.txt from A, it goes to B and has a log version 1.0.
Then I upload another file test.txt to A and approve it, it goes to B and has a log version 1.1, 1.0. But the previous file (1.0) still exists.
How can I overwrite it ?
Thanks.