A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
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