fix(flow): replace unsupported outputParameters with storeOutputAutomatically on SMS phone input field
InputField screen components do not support <outputParameters>. Replaced with <storeOutputAutomatically>true</storeOutputAutomatically> and renamed the field to match the target variable (recipientSmsPhone) so the value is stored directly.
This commit is contained in:
parent
faf53d0777
commit
a9768ef553
|
|
@ -411,16 +411,12 @@
|
|||
<fieldType>DisplayText</fieldType>
|
||||
</fields>
|
||||
<fields>
|
||||
<name>recipientSmsPhone_Input</name>
|
||||
<name>recipientSmsPhone</name>
|
||||
<dataType>String</dataType>
|
||||
<fieldText>Recipient Mobile Phone Number</fieldText>
|
||||
<fieldType>InputField</fieldType>
|
||||
<isRequired>true</isRequired>
|
||||
<outputParameters>
|
||||
<assignToReference>recipientSmsPhone</assignToReference>
|
||||
<name>value</name>
|
||||
</outputParameters>
|
||||
<scale>0</scale>
|
||||
<storeOutputAutomatically>true</storeOutputAutomatically>
|
||||
</fields>
|
||||
<nextOrFinishButtonLabel>Next</nextOrFinishButtonLabel>
|
||||
<showFooter>true</showFooter>
|
||||
|
|
|
|||
Loading…
Reference in New Issue