How to add a row via script in grid. (Community edition)
Confluence User - 11 Sep, 2020
Hi,
What I would like to do is.
Create a Custom HTML with 5 fields with an integration with a REST API to fill these fields and once is complete, click in a button beside the custom form to add these values to the grid .
I already saw the article Add a new Row in Form Grid using script , however it's very complicated to understand how procedure.
When I run the command var functionName = window[field.attr("id") + "_add"]; in the browser console it does not return anything .
I'm already for a week on this, please give me a hope
forms;grid;api;customcode