diff --git a/content/guides/01.data-model/3.interfaces.md b/content/guides/01.data-model/3.interfaces.md index 2802347d..39635f53 100644 --- a/content/guides/01.data-model/3.interfaces.md +++ b/content/guides/01.data-model/3.interfaces.md @@ -492,14 +492,16 @@ A horizontal divider to separate fields into different sections. ![A group of two buttons. One primary button. One default button.](/img/c88411d7-c4a9-44e8-8a55-78e84de7dbd2.webp) -Group of one or more buttons that link to a preset or dynamic URL. Each link has the following configuration: - -| Configuration | Options | -| ------------- | ------------------------------------------------------------------------------------------------------------------------- | -| Label | Label for the button. | -| Icon | Icon displayed beside the button label. | -| Type | The colors used by the button. `Primary`, `Normal`, `Info`, `Success`, `Warning`, `Danger` | -| URL | URL to send the user to when the button is clicked. You can use field values from the item to create the URL dynamically. | +Group of one or more buttons that can trigger a manual flow, or hyperlink to a preset or dynamic URL. Each button link has the following configuration: + +| Configuration | Options | +| ------------- | ----------------------------------------------------------------------------------------------------------------------------- | +| Label | Label for the button. | +| Icon | Icon displayed beside the button label. | +| Type | The colors used by the button. `Primary`, `Normal`, `Info`, `Success`, `Warning`, `Danger` | +| Action Type | Toggles whether the button will be used to run a flow, or open a hyperlink. | +| URL | URL to send the user to when the button is clicked. You can use field values from the item to create the URL dynamically. | +| Flow | Flow to be run when the button is clicked. The flow must have a manual trigger and be configured for the relevant collection. | ### Notice