> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-forms/exec.-local-action-set.md).

# Exec. Local Action Set

Run the specified Local Action Set. You can pass and receive values.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### **Parameters**

* **Local Action Set -** The Local Action Set that you want to execute. Local Action Sets are defined at the Form level.
* **Thread Mode** *\<numeric>* - Choose "Yes" to execute the Local Action Set in a parallel process, allowing following Actions to be executed immediately.

*Advanced Options*

Variables

* **Variable** *-* Temporary Variable of the Local Action Set to execute that you want to initialize with Type and Value.
* **Type** - Type to set the initialized Temporary Variable and also of the Value.
* **Value** \<string> or \<numeric> - Expression to assign to the Temporary Variable.

Targets

* **Target** \<target> - Control or Variable where to save the first returned value by the executed Local Action Set. A Local Action Set returns values through Return Values Action.
* **nth-Target** \<target> - Control or Variable where to save the nth-returned value by the executed Local Action Set. A Local Action Set returns values through Return Values Action.

{% hint style="info" %}
When using this Action in Thread Mode, the Trace Actions and Variables windows (Simulator) may crash.
{% endhint %}
