Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

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!