I run an agent in order to validate the form’s data. I use a field called ValidationMessage to store the validation result, if the field is empty the validation is OK, and the document must be saved. But when the agent ends, the field is empty even if it was filled within the agent. I have been...