Hi, I ran into the same problem and was able to fix it by changing this:

SampleString=My Table("Try")

to this:

SampleString=My Table.Fields.It em("Try") .Value

I can't figure out why the syntax needs to be different, but whatever the reasons this seems to work just fine.