We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaeb6d4 commit 5098241Copy full SHA for 5098241
ui/src/app/components/webcomponents/action-step-form.component.ts
@@ -2046,7 +2046,7 @@ export class ActionStepFormComponent extends BaseComponent implements OnInit {
2046
this.assignDataValue(this.getDataTypeString(TestDataType.parameter, data));
2047
}
2048
else if( typeof(data)==="object" ){
2049
- if(this.testStep.type===TestStepType.FOR_LOOP)
+ if(this.testStep.parentStep.conditionType===TestStepConditionType.LOOP_FOR)
2050
this.testStep.testDataProfileStepId = data?.testDataProfileStepId;
2051
this.assignDataValue(this.getDataTypeString(TestDataType.parameter, data?.suggestion));
2052
0 commit comments