Difference between revisions of "Action: Clear Variables"
(Created page with "This action can be used to clear one or more variables to an empty state. * String variables will set to an empty string. * Numerical variables will be set to zero. * Boolean...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span> | ||
+ | |||
+ | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This action can be used to clear one or more variables to an empty state. | This action can be used to clear one or more variables to an empty state. | ||
Line 4: | Line 7: | ||
* Numerical variables will be set to zero. | * Numerical variables will be set to zero. | ||
* Boolean variables will be set to false. | * Boolean variables will be set to false. | ||
+ | </pre> |
Latest revision as of 17:37, 19 March 2024
About this action
This action can be used to clear one or more variables to an empty state. * String variables will set to an empty string. * Numerical variables will be set to zero. * Boolean variables will be set to false.