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
Posted on 3/6/2022
Please type your reply.
@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.