fix(flow): use same-name InputField for auto-binding to recipientSmsPhone variable
This commit is contained in:
parent
a7474e45c8
commit
e6ea5b8554
|
|
@ -106,22 +106,6 @@
|
||||||
<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>SMS_Phone_Screen.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>
|
||||||
|
|
@ -419,7 +403,7 @@
|
||||||
<allowFinish>true</allowFinish>
|
<allowFinish>true</allowFinish>
|
||||||
<allowPause>false</allowPause>
|
<allowPause>false</allowPause>
|
||||||
<connector>
|
<connector>
|
||||||
<targetReference>Store_SMS_Phone</targetReference>
|
<targetReference>Is_Language_Selected</targetReference>
|
||||||
</connector>
|
</connector>
|
||||||
<fields>
|
<fields>
|
||||||
<name>SMS_Instructions_Text</name>
|
<name>SMS_Instructions_Text</name>
|
||||||
|
|
@ -427,7 +411,7 @@
|
||||||
<fieldType>DisplayText</fieldType>
|
<fieldType>DisplayText</fieldType>
|
||||||
</fields>
|
</fields>
|
||||||
<fields>
|
<fields>
|
||||||
<name>recipientSmsPhone_Input</name>
|
<name>recipientSmsPhone</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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue