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:
parent
a9768ef553
commit
91ff48d6e0
|
|
@ -106,6 +106,22 @@
|
|||
<targetReference>Build_Template_ID_Collection</targetReference>
|
||||
</connector>
|
||||
</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>
|
||||
<name>Check_Envelope_Result</name>
|
||||
<label>Check Envelope Result</label>
|
||||
|
|
@ -403,7 +419,7 @@
|
|||
<allowFinish>true</allowFinish>
|
||||
<allowPause>false</allowPause>
|
||||
<connector>
|
||||
<targetReference>Is_Language_Selected</targetReference>
|
||||
<targetReference>Store_SMS_Phone</targetReference>
|
||||
</connector>
|
||||
<fields>
|
||||
<name>SMS_Instructions_Text</name>
|
||||
|
|
@ -411,7 +427,7 @@
|
|||
<fieldType>DisplayText</fieldType>
|
||||
</fields>
|
||||
<fields>
|
||||
<name>recipientSmsPhone</name>
|
||||
<name>recipientSmsPhone_Input</name>
|
||||
<dataType>String</dataType>
|
||||
<fieldText>Recipient Mobile Phone Number</fieldText>
|
||||
<fieldType>InputField</fieldType>
|
||||
|
|
|
|||
Loading…
Reference in New Issue