Forum Discussion
JayCouvillon-26
20 hours agoCommunity Member
Grabbing data from Workday for use as a Storyline Variable
Hello, I want to be able to offer certificates at the end of each of my courses. Ideally, I need Storyline to be able to grab the learner's name, the date the course was completed, and the name of t...
kubernetesboard
8 hours agoCommunity Member
To grab data from Workday for use as a Storyline variable, you would need to integrate Workday's API with Storyline, as Storyline doesn't natively support API calls. Using Workday's API (either REST or SOAP), you can fetch the learner's name, course completion date, and course name. This data can then be passed into Storyline through JavaScript, which Storyline can use to populate variables. Once the data is available as variables in Storyline, you can design a certificate slide that dynamically displays these details, allowing for an auto-generated certificate. However, this process requires technical expertise in API integration, JavaScript, and Storyline’s scripting capabilities.