diff --git a/executor/index.ts b/executor/index.ts index 3826a86e1d..30d5683bef 100644 --- a/executor/index.ts +++ b/executor/index.ts @@ -913,8 +913,7 @@ export class Executor { return { response: { ...((sourceOutput as any)?.response || {}), - content: `Condition '${selectedCondition.title}' chosen`, - result: conditionMet, + conditionResult: conditionMet, selectedPath: { blockId: targetBlock.id, blockType: targetBlock.metadata?.id || '',