What is the command used to write to global table into the code snippet? I want to store calculated data in a variable and the same values should be stored in global table from the code.
Example:
Adding 2 numbers : here I sum the 2 numbers into a variable sum. The values calculated from the code should be stored/written to the Global Table column name "Sum".
How to achieve this?