Umbraco Forms nullRef when calling IRecordsService.Submit
Hey!
I'm migrating from EpiServer to Umbraco, and I'm using the IRecordsService to import our old xforms-submissions to UmbracoForms submissions.
Three months ago it worked fine, but now I'm getting a null ref error when calling IRecordService.Submit(record, form).
Looking at the call stack the exception is thrown in Umbraco.Forms.Core.dll!Umbraco.Forms.Core.Services.PageService.GetPageElements() But i am not able to figure out what is null that shouldn't be.
Umbraco Forms nullRef when calling IRecordsService.Submit
Hey!
I'm migrating from EpiServer to Umbraco, and I'm using the IRecordsService to import our old xforms-submissions to UmbracoForms submissions.
Three months ago it worked fine, but now I'm getting a null ref error when calling IRecordService.Submit(record, form).
Looking at the call stack the exception is thrown in Umbraco.Forms.Core.dll!Umbraco.Forms.Core.Services.PageService.GetPageElements() But i am not able to figure out what is null that shouldn't be.
The Record:
The Form:
Thankful for any help!
I believe this has to do with the forms now having workflows, which they didn't have last time I used this code.
Is there a way to submit records without activating the workflows?
is working on a reply...