I am at a loss. This seems like it should be the easiest thing in the world. I am trying to write the TableID using a script to a field called "TableID". I have the variable value:
var id = base.getTable("Target Activity").id;
This returns the correct value. However, I can't figure out how to set the value to the field. Am I missing something?