Unique Names of Tables

  • lesodecanalytics
    Asked on August 6, 2025 at 6:58 AM

    All form fields have Unique names with allow me to connect my form submission fields on my website for public view. I will like to know if a can access UNIQUES NAMES for Approval Flow Status.

    so that Applicant can know the progress status of their Applications from my Website page.

    (My Jotform Form was successfully intergrated with my website using an API to allow applicants to viw their application Status. But i cannot pull Flow Status to my website the same way i did with form fields.)

    How can you assist me to identify an Unique Name for my Flow Status column in my tables so that i can complete this intergration.

    Unique Names of Tables  Image 1 Screenshot 20

  • lesodecanalytics
    Replied on August 6, 2025 at 7:08 AM

    Below is how data appears on my website after intergration. I Managed to pull the fields i wanted, But i cannot be able to pull a FLOW STATUS field.



    Unique Names of Tables  Image 1 Screenshot 20

  • Kadir
    Replied on August 6, 2025 at 8:26 AM

    Hi lesodecanalytics,

    I'll need a bit of time to look into this. I'll get back to you as soon as I can.

    We really appreciate your patience and understanding while we're looking into this.


  • Kadir
    Replied on August 6, 2025 at 10:09 AM

    Hi lesodecanalytics,

    You can retrieve submissions along with their associated action status by using the API's filter parameter in your GET request.

    &filter={"workflowStatus":"Approve"}

    Another option is to use the following API call to retrieve submissions along with their workflow status:   

    https://api.jotform.com/form/{formID}/submissions?apiKey={apikey}&addWorkflowStatus=1

    Here's an example result:

    Unique Names of Tables  Image 1 Screenshot 20Reach out again if you need any other help.

Your Reply