Forum Discussion
EmilyKnox-Cl401
24 days agoCommunity Member
Pull data from Docebo to Articulate Storyline 360
I’m trying to pull data from Docebo to personalise eLearning and I have managed to pull the users first name to display in the eLearning, however I was wondering knows of a way to do the same for a “...
MathNotermans-9
24 days agoCommunity Member
Noticed you already posted the same question to the Docebo community ;-)
Guess someone with indepth knowledge of the Docebo API can answer it best.
Do add some logs to your code... to see whether you are getting response from the API.
success: function(response) {
jobFamily = response.data.job_family; // Adjust based on actual API response
console.log("Docebo says "+response);
},