fix(flow): move recipientSmsPhone variable into contiguous variables group in V4

Variable was appended after <choices> at end of file, creating a second
<variables> block and causing 'Element variables is duplicated' deploy error.
Moved into the existing variables group before <choices>.
This commit is contained in:
Paul Huliganga 2026-03-13 11:37:14 -04:00
parent 29442efdc2
commit faf53d0777
1 changed files with 7 additions and 7 deletions

View File

@ -731,6 +731,13 @@
<booleanValue>false</booleanValue> <booleanValue>false</booleanValue>
</value> </value>
</variables> </variables>
<variables>
<name>recipientSmsPhone</name>
<dataType>String</dataType>
<isCollection>false</isCollection>
<isInput>false</isInput>
<isOutput>false</isOutput>
</variables>
<choices> <choices>
<name>AuthCopies_1</name> <name>AuthCopies_1</name>
<choiceText>1 copy</choiceText> <choiceText>1 copy</choiceText>
@ -755,11 +762,4 @@
<numberValue>3.0</numberValue> <numberValue>3.0</numberValue>
</value> </value>
</choices> </choices>
<variables>
<name>recipientSmsPhone</name>
<dataType>String</dataType>
<isCollection>false</isCollection>
<isInput>false</isInput>
<isOutput>false</isOutput>
</variables>
</Flow> </Flow>