When creating a campaign response I want to update a custom date field on the contact record.
I have created a workflow to try and achieve this

However when the workflow runs it errors "A record required by this process could not be found"
Plugin Trace:
[Microsoft.Xrm.Sdk.Workflow: Microsoft.Xrm.Sdk.Workflow.Activities.UpdateEntity]
[UpdateStep1]
Error Message:
Unhandled Exception: Microsoft.Crm.CrmException: Cannot find record to be updated
at Microsoft.Crm.Workflow.Services.UpdateActivityService.Execute(ActivityContext executionContext, UpdateEntity updateEntity)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Is this possible to update a contact record in this way?
*This post is locked for comments
I have the same question (0)