Try our conversational search powered by Generative AI!

Unable to retrieve form subimission data??

Vote:
 

H Guys,

   i want to tetrieve forms submission data,ger eis my code

   List submittedData;

  submittedData = _formDataRepository.GetSubmissionData(
 new FormIdentity(info.FormGuid, currentPage.Language.Name),
 DateTime.Now.AddDays(-100),
 DateTime.Now).ToList();

Here the submittedData list retrieve zero records,can anyone help me out of this.

Thanks,

Kartheek

#186822
Jan 05, 2018 5:10
Vote:
 

Hi, Kartheek,

You can check the code in my blogpost and see if it works.

BR,
Marija

#187798
Feb 02, 2018 14:45
Vote:
 

Ah, I can see you got the answer here.

#187800
Feb 02, 2018 14:46
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.