Hi,
I have a workflow that is run as the owner of the workflow when creating and completing Tasks. It needs to be run as the owner due to how it updates a closed Opportunity as well as completing the Task.
But, doing this sets the modifiedby or completed by fields to the owner of the workflow. Is it possible to capture the user instead of the owner?
As in:
User A completes the Task, the workflow runs, but then capture user A and append the user (systemuserid) to the modifiedby or completedby fields?
Any ideas?