How To Get the Output From Forms for Actions
Oct 24, 2025
Overview
This article explains how the output can be retrieved from Forms for Actions.
Applies To
- Forms for Actions
Solution
The values from shared variables and form fields are available in the event.prompt object.
For example, if a text field exists like the following screenshot, the text value can be retrieved as event.prompt.fields.text_R1ir in the onContinuePostLogin function.