Update:I'm able to pass simple strings to the LMSSetValue function, however, when I attempt to send a concatenated string (ex. 'Set_1_Score='+VarSet_1_Score.getValue() ) the call never gets made. I've tried setting a variable that would contain the concatenated value, but this causes the same issue.What am I doing wrong?ThanksPaul