diff --git a/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-sub-run-process-and-notify.json b/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-sub-run-process-and-notify.json index a28eedd4..c59934c5 100644 --- a/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-sub-run-process-and-notify.json +++ b/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-sub-run-process-and-notify.json @@ -124,7 +124,7 @@ "conditions": [ { "id": "cond-processid-truthy", - "leftValue": "={{ !!$json.processId }}", + "leftValue": "={{ !!$('Execute Workflow Trigger').item.json.processId }}", "rightValue": true, "operator": { "type": "boolean",