Finding the UserEvent type in your schema
To learn about what a schema is and how to edit it, checkout the schema section in our user guide.
What we need to look at is the UserEvent (or the type that mirrors UserEvent). For instance you could have something like this:
or something like this:
In the first case, we will look at the UserEvent
object, in the second case, the ActivityEvent
object that mirrors the UserEvent
object type.
If you don't have an UserEvent
type or a type which mirrors it, again, feel free to checkout the schema section in our user guide.
Last updated
Was this helpful?