I am not able to extract all of the submissions

  • MARIA
    Asked on December 15, 2016 at 8:12 AM

     

    I HAVE PROBLEM IMPORTING CONTACT

     

     

     

      

     

    I GET ALL SUBMISSION

     

      

     

    var allsubmissions = client.getFormSubmissons(Convert.ToInt64(item))["content"];

     

     

     

     

     

     

     

     

     

    SUBMISSION FILTERED FOR CREATED AT

     

      

     

    var submissions = from sub in allsubmissions

     

     

     

    where sub.Value<DateTime>("created_at") >= Convert.ToDateTime(Properties.Settings.Default.data)

     

     select sub;

     

     

     

     

     

    foreach (var su in submissions)

     

     {

     

     

     

    FOR EACH SUBMISSION I GET THE ANSWER

     

     

     

    var answer = from sub in allsubmissions

     

     from ans in sub["answers"]

     

     where sub.Value<string>("id") == su.Value<string>("id")

     

     select ans;

     

     

     

    foreach (var items in answer)

     

     {

     

     FOREACH ANSWER I GET THE EMAIL

     

     if (items.First.Value<string>("type") == "control_email")

     

     email = items.First.Value<string>("answer");

     

     }

     

     

     

    }

     

      

     

    MY PROBLEM IS THAT I DON'T GET ALL THE CONTATC I HAVE IN JOT FORM

     

    IF I EXTRACT THE CONTACT FROM JOT FORM IN EXCEL I HAVE MORE CONTACT

    THANKS

    REGARDS

    MARIA

  • candy
    Replied on December 15, 2016 at 8:39 AM

    Dear Maria,

    Thank you for contacting JotForm Support.

    Could you please give us the form ID that you are working on? Because it seems that you logged into the system with a guest account and we do not have any information in order to help you regarding your problem.

    We need at least one of the information below in order to check your submissions: 

    account name,

    account email address,

    form URL(ID)

    Waiting for your response.

  • MARIA
    Replied on December 15, 2016 at 8:55 AM

    form id 62001557320341

    form name 01programmazione

     

    url https://form.jotformeu.com/62001557320341

     

    accountname y.tajarol@gmail.com

     

    I already get most of the contact of this form but not all of them

     

    thanks

    Maria

     

     

  • Ashwin JotForm Support
    Replied on December 15, 2016 at 9:29 AM

    Hello Maria,

    It seems you are using API to get the submission data and have created one another thread for same question. One of my colleague is already answering your other thread:  https://www.jotform.com/answers/1012253-Problems-importing-contacts-using-JotForm-C-API

    Thank you!