So to get rid of the automatic email, I should use something other than "Assign Task" to make the task?
Right now I'm using the "Collect Data From User" action to get approval information. I have two radio buttons with "approve" and "reject" and a comments field. The reviewer fills this out before they click "Complete Task". This form where approval information is collected is separate from the data (from the request), which is sent to the reviewer by email.
Ideally, here's how the flow would go:
Customer fills out request form
-> Form data goes to form library
-> Email sent to reviewer (with just a link to a webpage with the submitted request and approval form and a little information from the submitted request if possible)
-> Reviewer goes to the linked webpage and clicks "approve" or "reject" and then submit (or complete task the way I have it set up right now)
-> If project approved, email someone; if project not approved, email someone else
-> If project approved, create a task with the request information in it (Ideally, but I haven't figured out how to do something triggered after a task is completed)
Thanks for any possible help. I'm struggling to get SharePoint to do what I need it to.