From a7474e45c8a5d69f8a675b0b6d2501ab7cf491bf Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Fri, 13 Mar 2026 23:09:34 -0400 Subject: [PATCH] fix(flow): correct InputField screen component and assignment reference - Remove storeOutputAutomatically from InputField (not supported on that fieldType) - Fix assignment reference to use screen-qualified path SMS_Phone_Screen.recipientSmsPhone_Input instead of bare recipientSmsPhone_Input --- .../default/flows/Docusign_Envelope_Templates_V4.flow-meta.xml | 3 +-- 1 file changed, 1 insertion(+), 2 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 e034a36..9371d94 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 @@ -115,7 +115,7 @@ recipientSmsPhone Assign - recipientSmsPhone_Input + SMS_Phone_Screen.recipientSmsPhone_Input @@ -432,7 +432,6 @@ Recipient Mobile Phone Number InputField true - true Next true