PATCH actions let you update text and properties on a live overlay without taking it off screen.

When to use PATCH

Setup

  1. Select a button in Builder (or create a new one)
  2. Set the action type to PATCH
  3. Choose the integration and Subcomposition
  4. In the field updates section, map which element properties to change
  5. Set the new values, or leave as input fields for the operator to fill in at runtime

Using PATCH in Client

When a button has a PATCH action with input fields, the operator sees text fields next to the button. They type the new value and press the button to apply the change instantly — the overlay updates on screen without any IN/OUT animation.

Common use cases

<aside> 💡

Tip: Combine PATCH with Action Sequences for powerful workflows. For example: PATCH the new name → IN the lower third → WAIT 8 seconds → OUT — all from one button press.

</aside>