You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the attempt_created event fires, it creates an event keyed against:
userid
questionnaireid
(It does NOT specify a questionnaire_response.id)
If the event could please also set the objecttable to questionnaire_response and set objectid to the questionnaire_response.id, that would help to look up the relevant object in the database.
Or alternatively, please add a database index on (userid, questionnaireid) so that query will not be slow.
Example
And more
And additionally can we please fill in the objecttable and objectid fields