# Container

The block allows collapsing content. The content refers to blocks that come from the current one through the lower connector. For proper operation, the blocks of this container must end with the "End" block. After the internal blocks have finished executing, a transition will occur through the "Output" connector.

<table data-header-hidden><thead><tr><th width="258" valign="top"></th><th width="306" valign="top"></th></tr></thead><tbody><tr><td valign="top">Variable 1</td><td valign="top"><p>[Variable] The name of the first variable to which a new value needs to be assigned.</p><p>You can select from the dropdown list a variable that was previously declared in the Variables panel, as well as enter the name of a new variable or one that was used earlier in another block, even if it was not declared in the Variables panel.</p></td></tr><tr><td valign="top">Value 1</td><td valign="top"><p>[Any data type] The new value for the first variable. This property is ignored if the name of the first variable is not specified. The new value of the variable can be either a constant (a number, a string) or an expression using other variables and/or functions.</p><p>In the new value of the variable, it is allowed to use an expression involving the same variable. Remember that here and in other blocks, the variable names used in expressions must start with the <code>$</code> symbol, and string constants must be enclosed in quotes.</p></td></tr><tr><td valign="top">Variable 2</td><td valign="top"><p>[Variable] The name of the second variable to which a new value needs to be assigned.</p><p>You can select from the dropdown list a variable that was previously declared in the Variables panel, as well as enter the name of a new variable or one that was used earlier in another block, even if it was not declared in the Variables panel.</p></td></tr><tr><td valign="top">Value 2</td><td valign="top"><p>[Any data type] The new value for the second variable. This property is ignored if the name of the second variable is not specified. The new value of the variable can be either a constant (a number, a string) or an expression using other variables and/or functions.</p><p>In the new value of the variable, it is allowed to use an expression involving the same variable. Remember that here and in other blocks, the variable names used in expressions must start with the <code>$</code> symbol, and string constants must be enclosed in quotes.</p></td></tr><tr><td valign="top">Variable 3</td><td valign="top"><p>[Variable] The name of the third variable to which a new value needs to be assigned.</p><p>You can select from the dropdown list a variable that was previously declared in the Variables panel, as well as enter the name of a new variable or one that was used earlier in another block, even if it was not declared in the Variables panel.</p></td></tr><tr><td valign="top">Value 3</td><td valign="top"><p>[Any data type] The new value for the third variable. This property is ignored if the name of the third variable is not specified. The new value of the variable can be either a constant (a number, a string) or an expression using other variables and/or functions.</p><p>In the new value of the variable, it is allowed to use an expression involving the same variable. Remember that here and in other blocks, the variable names used in expressions must start with the <code>$</code> symbol, and string constants must be enclosed in quotes.</p></td></tr><tr><td valign="top">Variable 4</td><td valign="top"><p>[Variable] The name of the fourth variable to which a new value needs to be assigned.</p><p>You can select from the dropdown list a variable that was previously declared in the Variables panel, as well as enter the name of a new variable or one that was used earlier in another block, even if it was not declared in the Variables panel.</p></td></tr><tr><td valign="top">Value 4</td><td valign="top"><p>[Any data type] The new value for the fourth variable. This property is ignored if the name of the first variable is not specified. The new value of the variable can be either a constant (a number, a string) or an expression using other variables and/or functions.</p><p>In the new value of the variable, it is allowed to use an expression involving the same variable. Remember that here and in other blocks, the variable names used in expressions must start with the <code>$</code> symbol, and string constants must be enclosed in quotes.</p></td></tr><tr><td valign="top">Variable 5</td><td valign="top"><p>[Variable] The name of the fifth variable to which a new value needs to be assigned.</p><p>You can select from the dropdown list a variable that was previously declared in the Variables panel, as well as enter the name of a new variable or one that was used earlier in another block, even if it was not declared in the Variables panel.</p></td></tr><tr><td valign="top">Value 5</td><td valign="top"><p>[Any data type] The new value for the fifth variable. This property is ignored if the name of the first variable is not specified. The new value of the variable can be either a constant (a number, a string) or an expression using other variables and/or functions.</p><p>In the new value of the variable, it is allowed to use an expression involving the same variable. Remember that here and in other blocks, the variable names used in expressions must start with the <code>$</code> symbol, and string constants must be enclosed in quotes.</p></td></tr><tr><td valign="top">Expression 1</td><td valign="top">[Expression] The expression that needs to be executed. It must be written in PowerShell language format.</td></tr><tr><td valign="top">Expression 2</td><td valign="top">[Expression] The expression that needs to be executed. It must be written in PowerShell language format.</td></tr><tr><td valign="top">Expression 3</td><td valign="top">[Expression] The expression that needs to be executed. It must be written in PowerShell language format.</td></tr><tr><td valign="top">Expression 4</td><td valign="top">[Expression] The expression that needs to be executed. It must be written in PowerShell language format.</td></tr><tr><td valign="top">Expression 5</td><td valign="top">[Expression] The expression that needs to be executed. It must be written in PowerShell language format.</td></tr></tbody></table>
