When using the Custom Code block to update or write to a Global Table the code did not recognize that the label I was using was a string and to then use update the correct row header. It returned an error that the row number was 0. I had to manually update the code and set the type to string from int. Not a huge deal, but I had to figure this out on my own and I suspect other users may also have this difficulty.