You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community

Where is the user's data stored in the DB?

edited Aug 1, 2018 11:56AM in Digital Assistant & Mobile 1 comment

Summary

I want to make a list of all users that have interacted with my bot, displaying their first name, last name etc.

Content

I want to make a list of all users that have interacted with my bot, displaying their first name, last name etc. I want to get this data from the database.

Info about the bot:
My bot asks the user a few questions. After answering the questions, a custom field/property is set to true for that user.
 
questionsend:
    component: "System.SetVariable"
    properties:
      variable: "questionsanswered"
      value: true
    transitions: {}
save:
    component: "System.CopyVariables"
    properties:
      from: "questionsanswered"
      to: "user.questionsanswered"
    transitions: 
      return: "save"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!