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:
parent
29442efdc2
commit
faf53d0777
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue