make_variable

Creates a variable with the given value.

Arguments

NameTypeDescriptionRequired

value

prompt, prompt array

The value of the variable to create.

Returns

TypeDescription

prompt

Returns the value of the created variable.

Example

- name: make_variable
  arguments:
    value: <variable_value>
  returns: <variable_value>

Last updated