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:
Paul Huliganga 2026-03-13 23:09:34 -04:00
parent 5b68f341ef
commit a7474e45c8
1 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,7 @@
<assignToReference>recipientSmsPhone</assignToReference> <assignToReference>recipientSmsPhone</assignToReference>
<operator>Assign</operator> <operator>Assign</operator>
<value> <value>
<elementReference>recipientSmsPhone_Input</elementReference> <elementReference>SMS_Phone_Screen.recipientSmsPhone_Input</elementReference>
</value> </value>
</assignmentItems> </assignmentItems>
<connector> <connector>
@ -432,7 +432,6 @@
<fieldText>Recipient Mobile Phone Number</fieldText> <fieldText>Recipient Mobile Phone Number</fieldText>
<fieldType>InputField</fieldType> <fieldType>InputField</fieldType>
<isRequired>true</isRequired> <isRequired>true</isRequired>
<storeOutputAutomatically>true</storeOutputAutomatically>
</fields> </fields>
<nextOrFinishButtonLabel>Next</nextOrFinishButtonLabel> <nextOrFinishButtonLabel>Next</nextOrFinishButtonLabel>
<showFooter>true</showFooter> <showFooter>true</showFooter>