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
This commit is contained in:
parent
5b68f341ef
commit
a7474e45c8
|
|
@ -115,7 +115,7 @@
|
|||
<assignToReference>recipientSmsPhone</assignToReference>
|
||||
<operator>Assign</operator>
|
||||
<value>
|
||||
<elementReference>recipientSmsPhone_Input</elementReference>
|
||||
<elementReference>SMS_Phone_Screen.recipientSmsPhone_Input</elementReference>
|
||||
</value>
|
||||
</assignmentItems>
|
||||
<connector>
|
||||
|
|
@ -432,7 +432,6 @@
|
|||
<fieldText>Recipient Mobile Phone Number</fieldText>
|
||||
<fieldType>InputField</fieldType>
|
||||
<isRequired>true</isRequired>
|
||||
<storeOutputAutomatically>true</storeOutputAutomatically>
|
||||
</fields>
|
||||
<nextOrFinishButtonLabel>Next</nextOrFinishButtonLabel>
|
||||
<showFooter>true</showFooter>
|
||||
|
|
|
|||
Loading…
Reference in New Issue