Solved
Dynamic Field for AddRow function
Hey everyone. I need help to figure out how to code a dynamic field name in a params clause. Below is the example of code.
AttTable.AddRow({
DYNAMICNAMEHERE: table.rows[0].DYNAMICNAMEHERE})
For the DYNAMICNAMEHERE I am declaring the variable value farther up in the code and referencing it as the variable name in those two sections but it isn’t working.
AttTable.AddRow({
DYNAMICNAMEHERE: table.rows[0].DYNAMICNAMEHERE})
For the DYNAMICNAMEHERE I am declaring the variable value farther up in the code and referencing it as the variable name in those two sections but it isn’t working.

