Creating a Result Form - Hyland Automate Modeling - Current - Current - Ready - Content Innovation Cloud - external

Hyland Automate Modeling

Platform
Content Innovation Cloud
Product
Hyland Automate Modeling
Release
Current
License

To show a result of file upload, you need to set up aanother form, which will use a Display Value form widget.

To create the second form:

  1. In the project, select New > Form.
    The Create Form dialog box is displayed.
  2. Enter the Form name, for examaple request-result-form. Remember it, it will be used later.
  3. From the widget palette on the left, drag the Display value widget and drop it to the form.
  4. Click on the form background and go to the right pane. From it, select Edit Form Variables.
    The Form Variables dialog box is displayed.
  5. Click the + button.
  6. Enter the name of the new variable, for example requestResult, and set its type to json.
  7. Enter the following into the expression field:
    {
        "result": "success"
    }
  8. Select the widget and go to the Properties pane on the right. Select the created variable from the Select variables drop-down menu.
  9. Save the form, using the cloud button in the top bar.