> ## Documentation Index
> Fetch the complete documentation index at: https://support.getskara.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Assign

The **Assign Action** in a smart flow can assign values to variables. The variable can be a resource variable, record variable, outcome for some JSON parser, or instance of an iterable loop item.

### **Topics covered:**

* [How to Configure Assign Action](#how-to-configure-assign-action)

* [Practical Example](#practical-example)

### How to Configure Assign Action

When setting up a Smart Flow, select the **Assign** Action.

<img src="https://mintcdn.com/salesmate/T6cMZydntnSICuu7/smart-flows/smart-flows-actions/images/mceclip0-2.png?fit=max&auto=format&n=T6cMZydntnSICuu7&q=85&s=cc2236fca30a4886379b724e186e2614" alt="mceclip0.png" width="2684" height="1709" data-path="smart-flows/smart-flows-actions/images/mceclip0-2.png" />

To configure the **Assign Action**, you'll need to specify the following details:**Name**: Enter a clear and descriptive title for the action that indicates its purpose.

* **Description**: Provide a brief explanation of what the action accomplishes, detailing how it fits into the overall workflow.

* **Set Variable Values**: Specify any variables that should be assigned values based on the action.Hit the Save button to save the configuration.

<img src="https://mintcdn.com/salesmate/8bRY4dtUWfxi5DH6/smart-flows/smart-flows-actions/images/mceclip1-3.png?fit=max&auto=format&n=8bRY4dtUWfxi5DH6&q=85&s=28ad0cc6a2ce3c05788bd7ba4f46b205" alt="mceclip1.png" width="2703" height="1697" data-path="smart-flows/smart-flows-actions/images/mceclip1-3.png" />

### Practical Example

You can assign a run-time value to a variable for using it in the future. For example, I want to store the current time of the Smart Flow to be used in the later steps. I can do that by creating a variable of Date and Time variable and assigning the Flow's current time to it where I want to capture it.

<img src="https://mintcdn.com/salesmate/T6cMZydntnSICuu7/smart-flows/smart-flows-actions/images/mceclip01-2.png?fit=max&auto=format&n=T6cMZydntnSICuu7&q=85&s=220d0b6a6302ad7fc83dff59c53da801" alt="mceclip0(1).png" width="1915" height="826" data-path="smart-flows/smart-flows-actions/images/mceclip01-2.png" />
