From eee5289de9cd59eb1041bf55ff633b19cdaf4155 Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Fri, 13 Mar 2026 11:29:13 -0400 Subject: [PATCH] fix(flow): move Is_Recipient_Email_Blank into contiguous decisions group in V4 Salesforce Flow XML requires all elements of the same type to be grouped together. Is_Recipient_Email_Blank was in a separate block after , causing 'Element decisions is duplicated' deploy error. Moved it into the existing decisions group and removed the orphaned block. --- ...cusign_Envelope_Templates_V4.flow-meta.xml | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/composite-envelope-builder/force-app/main/default/flows/Docusign_Envelope_Templates_V4.flow-meta.xml b/composite-envelope-builder/force-app/main/default/flows/Docusign_Envelope_Templates_V4.flow-meta.xml index 356db02..896ef58 100644 --- a/composite-envelope-builder/force-app/main/default/flows/Docusign_Envelope_Templates_V4.flow-meta.xml +++ b/composite-envelope-builder/force-app/main/default/flows/Docusign_Envelope_Templates_V4.flow-meta.xml @@ -231,30 +231,6 @@ - - Get_Recipient_Contact - - 611 - 242 - true - - Is_Recipient_Email_Blank - - and - - Id - EqualTo - - Get_Records.Docusign_Recipient_1__c - - - true - Contact - Id - Email - Name - true - Is_Recipient_Email_Blank @@ -287,6 +263,30 @@ + + Get_Recipient_Contact + + 611 + 242 + true + + Is_Recipient_Email_Blank + + and + + Id + EqualTo + + Get_Records.Docusign_Recipient_1__c + + + true + Contact + Id + Email + Name + true + SMS_Phone_Screen