From faf53d0777d83c04b7b3500b00e0f1821eaebba9 Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Fri, 13 Mar 2026 11:37:14 -0400 Subject: [PATCH] fix(flow): move recipientSmsPhone variable into contiguous variables group in V4 Variable was appended after at end of file, creating a second block and causing 'Element variables is duplicated' deploy error. Moved into the existing variables group before . --- .../Docusign_Envelope_Templates_V4.flow-meta.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 26321f4..5460216 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 @@ -731,6 +731,13 @@ false + + recipientSmsPhone + String + false + false + false + AuthCopies_1 1 copy @@ -755,11 +762,4 @@ 3.0 - - recipientSmsPhone - String - false - false - false -