diff --git a/app/ui/src/app/integration/edit-page/current-flow.service.ts b/app/ui/src/app/integration/edit-page/current-flow.service.ts index db9c108b930..ee386cd699f 100644 --- a/app/ui/src/app/integration/edit-page/current-flow.service.ts +++ b/app/ui/src/app/integration/edit-page/current-flow.service.ts @@ -660,6 +660,7 @@ export class CurrentFlowService { typeof step.connection !== 'undefined' && typeof step.action !== 'undefined' && typeof step.configuredProperties !== 'undefined' && + typeof step.action.tags !== 'undefined' && typeof step.action.tags.find(tag => tag === 'dynamic') !== 'undefined' ) {