Copy form record


Configuration interface of the action Copy form record.

The action Copy form record allows to copy the current form record to another inbox. This can be used, for example, to inform another person with access to the inbox about this form record. In addition, an existing user-defined event can be selected, which will be triggered after copying.

Parameter

Make user information anonymous
Anonymizes user information when duplicating, otherwise this information is transferred.
Event
Runs this event on the copeid form record.
Target inbox
Moves the copied form record this inbox.

Action variables

Actions of type Copy form record provide action variables which can be used in subsequent actions.

Standard action variables

[%$<Actionsname>.SUCCESS%]
Whether the action could be processed successfully. Evaluates to a boolean, ie. true or false.
[%$<Actionsname>.RESULT%]
Return all results provided by the action as JSON.
[%$<Actionsname>.ERROR_CODE%]
In case of error the thrown error code of the action. Empty if no error has occurred.
[%$<Actionsname>.ERROR_MESSAGE%]
In case of error the thrown error message of the action. Empty if no error has occurred.

Action specific action variables

[%$<Actionsname>.RESULT.copiedFormRecord.id%]
The ID of the newly copied form record
[%$<Actionsname>.RESULT.copiedFormRecord.processId%]
The process ID of the newly copied form record
[%$<Actionsname>.RESULT.formRecordDeleted%]
true when the newly copied form record was deleted during the workflow initiated by the specified event, false otherwise.
[%$<Actionsname>.RESULT.inboxChanged%]
true when the inbox was changed by this action, false otherwise.
[%$<Actionsname>.RESULT.newInbox.id%]
The ID of the inbox of the newly copied form record.
[%$<Actionsname>.RESULT.newInbox.name%]
The name of the inbox of the newly copied form record.
[%$<Actionsname>.RESULT.newInbox.uuid%]
The UUID of the inbox of the newly copied form record.
[%$<Actionsname>.RESULT.oldInbox.id%]
The ID of the inbox of the original form record.
[%$<Actionsname>.RESULT.oldInbox.name%]
The name of the inbox of the original form record.
[%$<Actionsname>.RESULT.oldInbox.uuid%]
The UUID of the inbox of the original form record.
[%$<Actionsname>.RESULT.sourceFormRecord.id%]
The ID of the original form record
[%$<Actionsname>.RESULT.sourceFormRecord.processId%]
The process ID of the original form record
[%$<Actionsname>.ERROR.message%]
Message describing the error in more detail
[%$<Actionsname>.ERROR.nodeErrorData%]
When the workflow failed due to an error thrown by an action: The custom data provided by that error.
[%$<Actionsname>.ERROR.nodeErrorType%]
When the workflow failed due to an error thrown by an action: The type of that error.
[%$<Actionsname>.ERROR.nodeMessage%]
When the workflow failed due to an error thrown by an action: The message of that error.