Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

 comes with a built-in submissions repository. The repository can run on top of most SQL databases. By default, your form data is stored in the repository and can be viewed from the Submissions page.

Filter your submissions using form data. Create Logical expressions to narrow the search for particular submissions. Fields in your form/flow, set up as Searchable fields by the designer, can be used as criteria when searching submissions. Once your Searchable fields are defined,  re-indexes existing submissions so you can search them using the same fields.

Additional default fields such as: error, error description, submitter id, lock user id, started date, etc. can also be selected as filters.

The Submissions view works well on mobile devices and is easily embedded in a web page and wikis such as Confluence. Customers running with Confluence will not see the legacy submissions view from the Confluence Screen. It is only available when you log into your Confluence tenant.


The Insight Server and the Insight service must be running for the Submission view to work.

Cloud customers will see an icon for the Submission View and another icon for the Legacy submissions view. The Submission View Configuration Parameters topic discusses the ability to hide the Legacy view among other options for in-house customers. 

Warning
The Export of submissions to Excel feature has been replaced by the by  Download to CSV. If you have not used the Export to Excel feature in the past, we recommend that you become familiar with the Download to CSV .You can still use the Export to Excel feature by accessing it from the Submissions Legacy view. However, the Legacy Submissions view and the Export to Excel may be removed in a future release.

The various items on the Submissions page are explained below.

Column
width240px

On this page:

Table of Contents
maxLevel2

...

Expand
titleClick here for a list of the default columns

Default Columns

 


Description
Submitted DateTime/Date of the submission. Also The Submitted Date is 'A' in the Submission Filter.
ErrorShown as a yellow triangle if the there is a submission error.
StateSubmission status: SUBMITTED, PENDING, ABORTED, SAVED, ERROR WAITING. This column displays the submission types selected in the State section. The submission status is 'B' in the submission filter.
Submitter IdID of the last submitting user.
Submitter NameThe first and last name of the user who submitted the form/flow.
Lock User IdIf the submission is currently locked (and not SUBMITTED), this is the user id of the user who has it locked.
Lock DateDate and time a flow last locked.
Lock User NameIf the submission is currently locked (and not SUBMITTED), this is the first and Last name of the user who has it locked.
Started DateDate and time a form/flow first started.
Age/DurationFor completed submissions (State=Submitted) this is the time interval for how long it was in process - from the first incomplete submission (Pending, saved, etc.) until it reached SUBMITTED status. If the submission is currently incomplete (i.e. SAVED, PENDING or WAITING), then the time interval shows how long has it been in process so far (Age).
Error DescriptionDescriptive text about a submission error.

Condition Column

The Condition column choices depend on the data type of the selected field. Click below to see a list of the data types and their corresponding options.

Expand
titleClick here for a list of the conditons available for each data type

Data Type(s)

 


Conditions Available in the Dropdown List
Date, Time, Date/Timeis equal to
 

is not equal to
 

is after
 

is before
 

is on or before
 

is on or after
only available for Date/Time controlsis within last
 

contains a value
 

does not contain a value
Number, Money, Quantityis equal to
 

is not equal to
 

is greater than
 

is less than
 

is greater than or equal to
 

is less than or equal to
 contains

contains a value
 

does not contain a value
Text, TextArea, Email, DropDown, Radio, Checkboxcontains
 

does not contain
 

begins with
 

ends with
 

is equal to
 

is not equal to
 

contains a value
 

does not contain a value
Boolean Checkboxis equal to

For example, the choices in the Condition dropdown, will be different if you select the Submitted Date or the ProjectName, which is a searchable field in the form/flow from the Fields list.

...

Expand
titleClick here for a list of values available for field types and condtions

Field Type

 


Value Entry Field TypeNotes
DateDate Picker
 

TimeTime Entry
 

DateTimeDate and Time Picker

The 'is within last' condition is available for DateTime controls only. It does not apply to Date or Time controls. If you select the "is within last" condition, you must:

  • Enter the value using a special time duration entry format
  • Enter a duration in Years:Months:Days:Hours:Minutes. Any field to the left may be omitted. For example, 2 days and 4 hours may be expressed as 0:0:2:4:0 or as 2:4:0. Refer to the example below.
Number, Money, Quantitynumber field
 

Text, TextArea, Email, DropDown, Radio, CheckboxText field
 

Boolean Checkboxdrop down containing true and false options
 

For Example, if you select a Date field, the Date Picker is provided to help enter the value. If you select a Text field from your form/flow, you will be prompted to "Enter text" for the value. If you select the Error metadata field, the value choices will be True or False in a dropdown in the Value column.

...

Expand
titleClick here for a list of the buttons on the Submission Table and their functions

Action Button

 


PurposeSubmissions SelectedBehavior/Description
RefreshRefresh the submission pageN/ARe-runs the query using the filter and re-loads the current page of data. Not often needed as most changes and actions automatically refresh the results table as needed.
View/EditView or edit submission detailsOne must be selectedThis action is disabled unless one and only one submission row is selected. Double-clicking a row (desktop only) displays the submission details.
DeleteDelete Submission(s)One or more must be selected.Only enabled when one or more submissions is selected. The user is prompted with an ok/cancel dialog to make sure they want to delete the selected submissions. If ok/yes, the submissions are deleted and the filter re-run and the page of data refreshed. Only submissions in the SUBMITTED, ABORTED or ERROR state may be deleted.
DownloadDownload to CSV fileN/ADownloads a CSV data file containing rows for all of the matching submission records with all columns included. This csv file can easily be uploaded to Excel.
ColumnsShow/hide table columnsN/AUsed to show/hide columns in the  Submission Table. See below for the details.

Submission Table Columns

The Submission Table displays all of the default columns plus columns for Searchable fields configured by the form/flow designer. Click below for a list and description of the default columns.

...

Expand
titleClick here for a list of the default columns in submissions
Column NameFormattedDefault ColumnDescription
SubmittedDate/timeYesTime/date of the submission
Error
 

Yes
A Image Modified yellow icon in the Err column indicates the data was captured but there was an issue with the request.  For example, if you set the form action property to go to a URL after the user clicks Submit but the URL is invalid, you would see a Image Modified yellow icon. Or if the form action was set to send an email but the email address was missing, this will also cause a Image Modified yellow icon to appear on the submission.
StateTextYesSubmission status: SUBMITTED, PENDING, ABORTED, SAVED, ERROR WAITING. This column displays the submission types selected in the State section of the Submissions Filter.
Submitter IDTextYesLive Forms user ID of the logged in tenant user submitting the form or blank if the form was submitted by an anonymous user.
Submitter NameTextYesFirst and Last Name of the logged in tenant user submitting the form or blank if the form was submitted by an anonymous user.
Lock User IDTextYesIf the submission is currently locked (and not SUBMITTED), this is the user id who has it locked.
Lock DateDate/TimeYesIf the submission is currently locked (and not SUBMITTED), this is the time/date when it was locked.
Lock User Name
  


Displays the First and Last name of the user who has a task locked, when viewing Pending tasks.
Started DateDateYesDate when the submission was created.
 Age/DurationDays, Hours, MinutesYesFor completed submissions (State=Submitted) this is the time interval for how long it was in process - from the first incomplete submission (Pending, saved, etc.) until it reached SUBMITTED status. If the submission is currently incomplete (i.e. SAVED, PENDING or WAITING), then the time interval shows how long has it been in process so far (Age).
Error DescriptionTextYesDescription of the error if the error column is true.

This image shows a PENDING submission for a Purchase Order workflow. The first step of the flow was submitted by a designer user (Submitter ID), Giorgio Armani (Submitter Name). It is currently pending approval by his manager, Jerry Mouse (Lock User Name). Jerry's user id is jerry (Lock User ID).

...

...

A successful deletion displays the following:

Download Submissions to CSV

...

File

Warning
The Export of submissions to Excel feature has been replaced by the Download to CSV. If you have not used You can still use the Export to Excel feature in the past, we recommend that you become familiar with the Download to CSV .You can still use the Export to Excel feature by accessing it from the Submissions Legacy view. However, the Legacy by accessing it from the Submissions Legacy view. However, the Legacy Submissions view and the Export to Excel may be removed in a future release.

...

Even though the Data and Time fields are stored in the xml as shown above, when you export the submissions, Date,Time and Date/Time controls are displayed in UTC in the csv file and in Excel. Note the -05:00 indicates Eastern Standard Time while the -04:00 represents Daylight Savings Time.

Submissions View on Mobile Devices

...

Numbers or Text Controls with Leading Zeros

When you open a csv file in Excel, number or text control submissions that contain leading 0's will strip the leading zero. For example a zip code entered "06405",

Image Added

will appear in Excel as "6405".

Image Added

This happens because Excel makes assumptions about the way imported data should be formatted; usually leading zeros are mathematically insignificant, so they are removed. You can keep the leading zeros in CSV files by using Excel's Text Import Wizard. (These instructions may vary based on your Excel version.)

  1. Launch Excel Spreadsheet. Click the Data tab. 
  2. Click the From Text/CSV icon. Use the file manager to locate the CSV file you want import.

  3. Click Import.

  4. Select Comma from the Delimiter dropdown. 
  5. Click Transform Data.

  6. Select the column(s) that contains the data with leading zeros. Change the Data Type to "Text". The preview will refresh to show your data with leading zeros.
    Image Added

  7. Click Close & Load.

Submissions View on Mobile Devices

The Submission view screen is designed to be responsive to different screen sizes. You will notice a different layout for small screens (< 640px) such as the iPhone. The "Other Filter Items" grid renders with a vertical layout of field, condition and value.

Image Modified

...

 provides a complete API for interacting with the system. Using the API, you can query submissions, download submission PDF/XML etc. Using the API is documented in its own Tutorial.