user
@curtis
Push An Update To Open Session Of A Course
Is it possible to push an update to an open session of a course in a way that would cause the update to work as a trigger, without having to pull the update through a trigger or refresh the page? I guess some type of javascript that would say, "if update in Data Cloud, do this..."

Thanks!
reply
Reply
user
@support
Theoretically, yes, if you use JavaScript to call the cloud periodically and check the value. If it changes, use player.SetVar() to set the variable. And add a trigger to do something when the variable changes.
reply
Reply