Delete Constant Variable
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action located under @Generic element. This action instructs Avo Assure to delete the created constant variable and store the status in dynamic variable.
Input Value: <variable>
<variable>
(Required)
The name of the constant variable you want to delete.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable stores the status as true or false
Example
Delete a constant variable from memory The Delete Constant Variable action takes the value from the Input Value column (e.g., {AppURL}) and deletes the constant variable named AppURL from memory. The action status is saved in the {Status} variable with the following possible values:
True – if the constant variable is deleted successfully
False – if the action fails