Canvas Apps: a context variable vs a global variable – who wins?
Yesterday, I was scratching my head trying to figure out why a value I stored in a variable was not displayed correctly in the text box. Turned out I was doing this kind of thing: I was setting a context variable in one place, and I was setting a global variable in another. Both variables… Read More »