---
title: "BA_setActionTitle"
canonical: "https://support.appfire.com/space/PSJ/15487179/BA_setActionTitle"
format: markdown
---
> Macro (aura-html)


> 📝 The use of this function requires the Power Actions add-on be installed and licensed.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | BA_setActionTitle(value) | **Package** | poweraction |
| **Alias** |  | **Pkg Usage** | setActionTitle(value) |

## Description

> Macro (excerpt)
> 
> Overrides the default dialog title.

Overrides the default dialog title. The last call of this function will override any previous calls.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| value | String | Yes | The new action title. |

## Return Type

**None**

The returned value has no meaning.

## Example

```
BA_createHtmlContent("Lorem ipsum");
BA_setActionTitle("New Title");
```

![image](media://53b3e868-e5cc-4e7a-a57a-d02e148a18c4)

## See also

> Macro (contentbylabel)