diff --git a/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js b/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js index f4fb71eb..e8fd6a44 100644 --- a/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js +++ b/src/rootPages/Designer/properties/process/ABProcessTaskServiceInsertRecord.js @@ -405,7 +405,8 @@ export default function (AB) { $repeatColumn.define("value", element.repeatColumn); $repeatColumn.refresh(); - if (element.isRepeat) $repeatLayout.show(); + // if (element.isRepeat) + if (element.process?.key == "SubProcess") $repeatLayout.show(); this.refreshFieldValues(); this.setFieldValues();