Forms workflow - save as umbraco document - stopped working
I made a workflow in Umbraco forms a long time ago, and it has worked fine, but now it suddently stopped working.
The workflow should create a new content node, it is using the standard workflow in Umbraco forms called "save as umbraco document" and fields in form is matched to fields in node.
In tracelog I can see this error:
2017-11-01 13:49:11,598 [19] ERROR Umbraco.Forms.Data.LogHelper - [Thread 21] Forms: workflow 'Add content' failed on Submitted
System.MissingMethodException: Method not found: 'System.String Umbraco.Forms.Core.RecordField.ValuesAsString(Boolean)'.
at Umbraco.Forms.Core.Providers.WorkflowTypes.SaveAsUmbracoNode.Execute(Record record, RecordEventArgs e)
at Umbraco.Forms.Core.Services.WorkflowService.ExecuteWorkflows(List`1 workflows, RecordEventArgs e)
Forms workflow - save as umbraco document - stopped working
I made a workflow in Umbraco forms a long time ago, and it has worked fine, but now it suddently stopped working.
The workflow should create a new content node, it is using the standard workflow in Umbraco forms called "save as umbraco document" and fields in form is matched to fields in node.
In tracelog I can see this error:
2017-11-01 13:49:11,598 [19] ERROR Umbraco.Forms.Data.LogHelper - [Thread 21] Forms: workflow 'Add content' failed on Submitted System.MissingMethodException: Method not found: 'System.String Umbraco.Forms.Core.RecordField.ValuesAsString(Boolean)'. at Umbraco.Forms.Core.Providers.WorkflowTypes.SaveAsUmbracoNode.Execute(Record record, RecordEventArgs e) at Umbraco.Forms.Core.Services.WorkflowService.ExecuteWorkflows(List`1 workflows, RecordEventArgs e)
What could be the problem here?
Can anybody help?
is working on a reply...