Downloading a Form From a Process Folder
  • 04 Apr 2022
  • 1 Minute to read
  • Dark
    Light

Downloading a Form From a Process Folder

  • Dark
    Light

Article Summary

Overview

Inside a Process Folder, its possible to download a copy of a completed Form. The example below will create a Process Folder with an Assignment. Once the Assignment has been completed, the user will be able to download the completed Assignment. The Process Folders that are created in this example will be stored in a Folder labeled Process Folder Data.


Example

  1. In a Designer Project, create a new Flow.
  2. In the Flow Designer, navigate to the Toolbox > PROCESS category and drag and connect a Setup Process Folder step to the Start step.
  3. In the Properties panel, locate PARENT FOLDER > Parent Folder and select PICK. Select the Folder [Process Folder Data].
  4. Navigate to the Folder Description and Folder Name fields and set the input mappings to Constant. Enter "This is the Folder Description" and "This is the Folder Name."
  5. Add a Show Form step from the Toolbox > FAVORITE STEPS section and connect it to the Done outcome of the Setup Process Folder step.
  6. In the Properties panel of the Show Form step, click PICK OR CREATE FORM and create a new Form.
  7. In the Form Designer, add a Button [Done], a Check Box [Can You See Me?], and an Image component. Save and close the Form Designer.
  8.  In the Flow Designer, set the ASSIGNMENT > Assignment Type to Assigned
  9. Assign the Form and add an Assignment Name and assign a name for the action to be taken on the Assignment.
  10. Set the fields in INPUTS to Ignore.
  11. Connect the Done outcome of the Show Form step to the End step.
  12. Select Debug from the top action panel. Debug the Flow.
  13. As the Flow ends successfully, navigate to the Folder [Process Folder Data] and select the process data.
  14. On the PROCESS VIEW page, select VIEW COMPLETED FORM to see the Form. 
  15. In the View Completed Form window, click Download.
  16. Once the download is complete, open the completed Form.

Was this article helpful?