Hi, I'm getting two emails every time I send something from Forms to workflow. One passes and goes through just fine the other one get suspended and don't know why and don't know how to correct it. And I don't have an email task in my workflow.
Question
Question
Forms and Workflow are sending email
Replies
I think you need to change the Invoke Business Process activity in your workflow to a Set Business Process Values. INVOKE starts a whole new instance. SET will update values in the instance that is waiting.
Are you invoking the same business process from Workflow? If you look at the first screenshot, you can see you have one instance of the business process started by you and then, 3 seconds later, Workflow starts one.
I see what you mean. So once the workflow is done how do I get Forms to finish up the Forms part? On the Forms there is a part where it say "Wait for the workflow to finish before proceeding?" I have that checked.
I think I understand what you are asking....
If you want to return to the same instance of the form, you need to make sure that the form is a 'draft', then you can use a task (like the approval task) to return to the form. This will allow the person that is the user (approver) or a team member to modify the form.