How to access a form grid cell
Confluence User - 30 Nov, 2022
hi,
I have a grid that contains 3 columns: Name, age, and Result
I want to edit the Result cell 'Name 1 - 33'
I use 'FormUtil.getGridCellValues("myTable.name")'; to get form columns values
How can I set a form grid cell value in the result column?
forms;form-grid;set-value;javascript
