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>
<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>