fix(flow): resolve duplicate developer name on SMS phone screen field

Screen InputField name cannot match a flow variable name. Renamed field to
recipientSmsPhone_Input, added Store_SMS_Phone assignment element to copy
the field value into the recipientSmsPhone variable after the screen.
This commit is contained in:
Paul Huliganga 2026-03-13 11:43:43 -04:00
parent a9768ef553
commit 91ff48d6e0
1 changed files with 18 additions and 2 deletions

View File

@ -106,6 +106,22 @@
<targetReference>Build_Template_ID_Collection</targetReference> <targetReference>Build_Template_ID_Collection</targetReference>
</connector> </connector>
</assignments> </assignments>
<assignments>
<name>Store_SMS_Phone</name>
<label>Store SMS Phone Number</label>
<locationX>842</locationX>
<locationY>566</locationY>
<assignmentItems>
<assignToReference>recipientSmsPhone</assignToReference>
<operator>Assign</operator>
<value>
<elementReference>recipientSmsPhone_Input</elementReference>
</value>
</assignmentItems>
<connector>
<targetReference>Is_Language_Selected</targetReference>
</connector>
</assignments>
<decisions> <decisions>
<name>Check_Envelope_Result</name> <name>Check_Envelope_Result</name>
<label>Check Envelope Result</label> <label>Check Envelope Result</label>
@ -403,7 +419,7 @@
<allowFinish>true</allowFinish> <allowFinish>true</allowFinish>
<allowPause>false</allowPause> <allowPause>false</allowPause>
<connector> <connector>
<targetReference>Is_Language_Selected</targetReference> <targetReference>Store_SMS_Phone</targetReference>
</connector> </connector>
<fields> <fields>
<name>SMS_Instructions_Text</name> <name>SMS_Instructions_Text</name>
@ -411,7 +427,7 @@
<fieldType>DisplayText</fieldType> <fieldType>DisplayText</fieldType>
</fields> </fields>
<fields> <fields>
<name>recipientSmsPhone</name> <name>recipientSmsPhone_Input</name>
<dataType>String</dataType> <dataType>String</dataType>
<fieldText>Recipient Mobile Phone Number</fieldText> <fieldText>Recipient Mobile Phone Number</fieldText>
<fieldType>InputField</fieldType> <fieldType>InputField</fieldType>