Good afternoon,
We have a Form where users upload attachments. Before they submit, they have the ability to check a box that asks them if they want to upload documents for another person.
If they pick yes, the same form is provided to them again. If they pick no, the process ends. Very easy and everything works great logically with the repeats and such.
However if they mark Yes, and it returns them to the same Form, the attachments are still there. Note that we are running a simple Workflow on submit if the Yes is checked to clear the some pieces of information. Basically just the name on the Form (otherwise when it comes back, the same name would be there)
This is just done via a retrieve and set business variables.
We are setting the radial button "add another dependent" to be nothing and we are setting the "dependent name" to be nothing.
So when the person gets the form those things are clear. However in the retrieve business process variables we can select the attachment variables, but we cannot set the attachment variables in the set business process variables.
Anyone know a way to clear the attachments on a Form if that same Form goes back to the user?
Thanks,
Chris