function TableInsertRow(No) {
var tableElem = document.getElementById('Table'); //テーブルを取得
var record = kintone.app.record.get().record;
var SendTable = record.table.value;
/*
処理
*/
}
上記、コードを実行すると一度目は正常に動作するのですが、
二度目は、「You cannot call kintone.app.record.get() in handler or during processing a handler.」とエラーが発生します。
解決策をご教示願います。