Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

Form Data Update Tool is used to update information in forms that have already been submitted. This is typically used for processing existing forms and updating fields based on business rules or data from external systems.

Note that trying to use this tool for a form that has not yet been submitted will result in an exception.

For pre-populating form fields of new forms, consider using the Preset Form Data Tool instead, or hash variables in your forms.

Form Data Update Tool Properties

NameDescriptionScreens (Click to view)
FormTarget form

Figure 1: Form Data Update Tool Properties

Update Fields

Fields to be updated.

Info
titleWhich record row to update?

By default, it will try to look for record with the same id of the process instance it is currently in.

However, you may also specify your own record id by explicitly defining an "id" field and value.

NameDescription
Field IDField ID to be updated. Field ID must exists in the selected form above.
ValueValue to be set.

Related Tutorials