Hello, I have a client who wants records that are scanned in to be reviewed by peers before being filed in the repository. I have a Wait Condition for the review status and once the peer user reviews the scan and changes the review status to "Reviewed", they want that user's name recorded in a "Reviewed By:" field that's read only (just in case they have to reassign pending reviews to another peer user). Any advice on how to handle this?
I've tried putting both tokens from the previous Wait Condition ( %(WaitCondition_Initially Satisfied) and %(WaitCondition_User Name)) but both tokens return "False" when tested.