Form Process Design

Property

Type

Description

order

int

Order of the process

processType

string

concat, file-copy, file-rename, file-upload

parameters

string[]

Parameters to be passed

newField

string

To create new field for process result

auto

boolean

To automatically run process when form becomes valid

onSave

boolean

To automatically run process when saving form data

allowCopy

boolean

To allow copy process result to clipboard

Parameters

There are two types of parameters:

  • Form data parameter

    • Must starts with :: and followed by field identifier for form data field

  • Static value parameter

    • Text

concat

The first element of concat process parameters must be the delimiter.

file-copy

The file-copy process only takes form data parameter(s).

file-rename

The file-rename process parameters must be the length of 2:

  1. File(s) to be renamed, must be form data parameter

  2. New filename, can be form data parameter or static value parameter

file-upload

The file-upload process only takes form data parameter(s).

Last updated

Was this helpful?