MERGEFORM Workflow Application
Overview
The MERGEFORM workflow application takes multiple form data files and merges them into one file. It can also merge form archives into a target form archive by merging the HTML sections from both files.
How it works
All parameters are optional, and parameter names can be set by the process designer. To copy a data from one to another, the only action required is to set the default value as the data to copy and set the data into which you want to retrieve it. The parameters’ directions must be INOUT. There is no limit to the number of parameters.
Parameters
Required parameters
Parameter | Type | Direction | Description |
| File | INOUT | The merge target |
| File | IN | Specific form data to merge into the target form data. |
| Text | IN | The fields to merge from ✏️ Note: If you don’t specify a |
Optional parameters
Parameter | Type | Direction | Description |
| File | IN | Specific form data to merge into the target form data. |
| Text | IN | The fields to merge from |
| File | INOUT | The merge target |
| File | IN | Specific form archive to merge into the target form archive. |
| Text | IN | Section IDs to merge from |
Examples of parameters
Parameter | Type | Direction | Description |
| File | INOUT | Send value of |
| File | IN | Send value of |
| Text | IN | Send value of |
| File | IN | Send value of |
| Text | IN | Send value of |
| File | INOUT | Send value of |
| File | IN | Send value of |
| Text | IN | Send value of |
| File | IN | Send value of |
| File | IN | Send value of |
Last updated