Hello,
I am working on an agent to fix a bug where the completion date of many documents were set incorrectly.
I need to get a collection of Dates from a set of documents (collected by ID) and set the Completion Date to the most recent date of the collection.
I have my collection of documents that I want to work with, but I’m not sure how compare the dates to each other since they are the same field and I don’t know how many documents will be in each set.
Can anyone point me in the right direction?