So in forms I have a table. Once the form is submitted, the "approver" has the ability to delete a row from the table, but the process is holding the variables from those fields and sometimes this causes the process to suspend.
The table can have a document uploaded to it, and after the approver approves the form, if they have deleted the row of the table that had that document, the document should not be saved. The problem is that the document is still trying to save and the process doesn't have the correct information to save in the template for the deleted document.
Anyone ever seen anything like this?