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>
|
||||
</value>
|
||||
</variables>
|
||||
<variables>
|
||||
<name>recipientSmsPhone</name>
|
||||
<dataType>String</dataType>
|
||||
<isCollection>false</isCollection>
|
||||
<isInput>false</isInput>
|
||||
<isOutput>false</isOutput>
|
||||
</variables>
|
||||
<choices>
|
||||
<name>AuthCopies_1</name>
|
||||
<choiceText>1 copy</choiceText>
|
||||
|
|
@ -755,11 +762,4 @@
|
|||
<numberValue>3.0</numberValue>
|
||||
</value>
|
||||
</choices>
|
||||
<variables>
|
||||
<name>recipientSmsPhone</name>
|
||||
<dataType>String</dataType>
|
||||
<isCollection>false</isCollection>
|
||||
<isInput>false</isInput>
|
||||
<isOutput>false</isOutput>
|
||||
</variables>
|
||||
</Flow>
|
||||
|
|
|
|||
Loading…
Reference in New Issue