bug fix in actions #1

Merged
admin merged 3 commits from dev2-fix into dev2 2025-09-17 18:55:43 +00:00
2 changed files with 26 additions and 25 deletions
Showing only changes of commit 9c4adc48ba - Show all commits

File diff suppressed because one or more lines are too long

View File

@@ -645,7 +645,7 @@ export class InsertValueAction implements IAction{
const conditionResult = this.getConditionResult(context);
//保存成功イベントの場合、kintone async/await による非同期処理でフィールドに値を挿入する
if(!event.type.includes('success')){
if(!event.type?.includes('success')){
//条件式の結果がtrueかつ挿入する値が変換できた場合、フィールドラジオボタン・ドロップダウン・チェックボックス・複数選択・文字列一行・文字列複数行・リッチエディタ・数値・日付・日時・時刻にセット
if(conditionResult){