As topic, I want to get some specific value from list grid to Text field in same form. But it seems could load directly.
So how to get specific column value from list grid ?
Maybe you can try something like the following:
var values = FormUtil.getGridCellValues("spreadsheetId.columnId"); FormUtil.getField("targetFormFieldId").val(values[0]);
Lookup Javascript API
As topic, I want to get some specific value from list grid to Text field in same form. But it seems could load directly.
So how to get specific column value from list grid ?