diff --git a/process/SetCommunicationSetting_workflowService/process.js b/process/SetCommunicationSetting_workflowService/process.js
index 8d65044041785ad522e9bd51863e7cc0e537d93a..c1496c175d527d4917aefbccfe24ef91e789bd02 100644
--- a/process/SetCommunicationSetting_workflowService/process.js
+++ b/process/SetCommunicationSetting_workflowService/process.js
@@ -31,6 +31,7 @@ else
 {
     settingsIdSql.and("COMMUNICATIONSETTINGS.CHANNEL_ID is null");
 }
+var settingsId = settingsIdSql.cell();
 
 if (settingsId)
 {