How to see the responses by using the form builder tool and which one is the best?

Can anyone please help me on this.
Thanks in advance.

Hi

Welcome to uipath forum

You can try with any of these three output object that we usually get as response from a form

The properties in this category refer to the output object data.

  • Dismissed (Boolean)—Outputs true when the end user closes the form without providing any input. For example, "isDismissed" .
  • FormFieldsOutputData (String)—The JSON data that results from the form upon completion. For example, "userData" .
  • SelectedButton (String)—Outputs the form UI elements the end user interacted with. For example, "selectedButton" .

Cheers @Sophia_e