After an event has fired, you can use the data from the event in other activities. To access an event's value(s), you can use the Get Form Event Data Activity to pass the data outside of the form. The Get Form Event Data activity must be placed inside an event subworkflow to pass data outside the form. Typically, the value
output is used elsewhere in a workflow. An expression to access the value
output of a Get Form Event Data activity looks like this:
getFormEventData1.value
For more outputs from the Get Form Event Data activity, see the Get Form Event Data Activity documentation.