28
Oct
A complex workflow action that generates, displays, and processes a simple, plain form. When this action is executed it displays the form, stops the execution of the workflow, and starts waiting for a user to submit the form.
After successful submission, this action creates a list with values of all submitted fields. To get the values of the submitted fields in the next action in the workflow, use variables like: {PREVIOUS.0}
for the first field, {PREVIOUS.1}
for the second and so on respectively.