lmarkowski
Explorer
Member since ‎08-07-2023

User Statistics

  • 10 Posts
  • 0 Solutions
  • 17 Kudos given
  • 7 Kudos received

User Activity

I want to store all the scripts from an Optimized Story Experience in a github repository for version control and pre-deployment revisions. I am looking for automated alternatives to manually copying the content of each script.I am currently working ...
In our team, we are reaching a point where it would make sense to implement some form of version control for the code snippets running within our stories. As multiple stories often reuse substantial portions of code, a streamlined method for sharing ...
As per title. I use Data Export API to retrieve data from the SAC models. Most of the times it works, but sometimes it responses with 500 error. I noticed it happens more often with Master and Audit Data, but not with Fact Data. I authenticate with...
I'm trying to use a Data Action within an Optimised Story Experience. When setting up a Data Action Trigger there is an option to get the parameters from a story filter: However when working with a Data Action, it is fixed on the fixed value o...
I would like to run an externally hosted JavaScript functions in my SAC User Stories and Analytic Applications.In regular JavaScript it would look similar to this: function loadExternalScript() { var script = document.createElement('script'); ...