Submissions
Last updated
Last updated
Depending on the role assigned to you for each form in Authorization profiles, in the Submissions tab, you will only see the instances you have created (Contributor permissions) or those of all users (Manager permissions), including draft instances that have not yet been submitted.
In the upper right corner, you will find sorting and filtering options to help you more easily locate the generated instances and organize them as needed.
The filters applied to the forms are cumulative, meaning you can use more than one at a time. To do this, expand the list, click on the first filter you want to set, and select the condition for that filter. For example, when filtering by status, you can choose confirmed or draft instances.
Once the value is set, you can add a new filter by clicking on the "Add filter" option and configuring it in the same way. Instances that meet both conditions will be displayed.
[VIDEO: SUBMISSION FILTER]
In addition to the standard filters shown in the image, it is possible to define more specific ones linked to the data and characteristics of each form. From the Build application, one or more tags can be configured to reference template fields and allow filtering submissions based on the values entered in them.
For example, if a form has a field named "Branch" with three response options, it can be defined as a tag so that, when managing submissions, the branch filter is available, and all instances corresponding to each option can be selected without needing to open the submissions individually to identify them.
Additionally, the submissions screen displays a series of common data for all forms, allowing us to identify them and understand their status. Let’s review each of them below.
This is the name of the form, configured from the Build application. The title can be either a fixed text string or a dynamic component referencing a specific field.
Except for tables, which gather a series of specific properties, you can use any field as the source for the Title element, referencing the Name property. The data entered in that field will be displayed as the title for the instance.
If no title is defined, a dashed line will appear in the list.
These data refer, respectively, to the date and time when the form instance was created and the date and time when changes were last saved.
This is a free text field that can be entered once the form has been submitted and can continue to be updated to reflect the process's status and progress (if no information is available, a dashed line will appear).
Although there are no restrictions on this text, it is recommended to establish certain uniform criteria to facilitate identifying the stage it is in, for example:
Started: form submitted and in processing.
Completed: process successfully finished.
Finalized: process finished with an error.
The configuration of these messages is done through a connector that can be used via the API, as we previously saw with BluePrism, using the Set Form Instance Process Info action, within the status parameter.
This data indicates the date and time of the last change in the processing status of the submission, for example, when it has been finalized. If no updates have occurred and, therefore, no information is available to display, a dashed line will also appear.
Like the Process Status field, this information is configured using the Set Form Instance Process Info action, defining the endState and completionMessage parameters.
endState
Refers to the final processing status with possible results of “OK” or “Error,” accompanied by checkmark or alert icons.
completionMessage
A free text message accompanying the status to provide more details. It is especially useful in case of errors to inform the user of the reasons for the result.
The window icon allows you to open and review a saved or submitted instance, regardless of its status, while the trash icon allows you to discard a draft. Keep in mind that submitted instances can no longer be deleted.