For a Process Flow Variable, I can get its value using getprocessflowvar(processFlow, "pfVar")
But I'm struggling with getting a Variable shared asset's current value using flexscript.
Some of what I've tried...
getvarnum(processFlow, "MyVar")
Model.find("MyVar").value
getstat(getactivity(processFlow, "MyVar"), "Content", STAT_CURRENT)
Any help would be appreciated. Thanks