Is there any way to clear out a Table in a Forms business process using workflow? I have a form that will get reassigned to a user so they may continuously upload new files while the process is active. This needs to save the files to the repository, but it will save copies of files that were uploaded before since they are still in the Table variable. I can't rely too much on users X'ing out the previous files.
I was hoping to set the Table\File Upload variable to NULL but the file upload types don't seem to show up in Set Business Process Variables.