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


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

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | BA_setExecuteButtonText(value) | **Package** | poweraction |
| **Alias** |  | **Pkg Usage** | setExecuteButtonText(value) |

## Description

> Macro (excerpt)
> 
> Overrides the default text on the dialog submit button.

Overrides the default text on the dialog submit button. The last call of this function will override any previous calls.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| value | String | Yes | The new text to show on the button. |

## Return Type

**None**

The returned value has no meaning.

## Example

```
BA_createHtmlContent("Lorem ipsum");BA_setExecuteButtonText("Don't click!");
```

![image](media://3d268167-51c0-4f88-b535-a00abe7159cf)

## See also

> Macro (contentbylabel)