Where does collected data go?

I have a goal that uses the “Collect” action. When it collects the user information (in this case an email string), where does it go? I looked through the various chat pages in the platform but I don’t see it anywhere

1 Like

Hey Michael,

The collected data is stored in the notes.collectedData object of the message, which can then be referenced in subsequent steps. Check out our API docs for more detail.

Keep in mind, however, the notes object clears if the goal switches.