> ## Documentation Index
> Fetch the complete documentation index at: https://coconut-grid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Flow

Run Salesforce Flows using selected rows directly from the data grid.

## Flow

Create custom Flow actions to process records using row data.

<Steps>
  <Step title="Open Flow settings">
    Open the Flow action configuration.

    * Click **Settings** in the actions menu
    * Open the `Actions` tab
    * Click **Add Flow**
    * The Add Flow dialog opens
  </Step>

  <Step title="Enter Flow details">
    Enter the required fields.

    * Flow - Select a Flow
    * Label - Action name
  </Step>

  <Step title="Set variables">
    Set input variables if supported.

    * Variable - Flow variable
    * Data Type - Automatically set
    * Formula - Value expression using fields, operators, and functions
  </Step>

  <Step title="Save">
    Save the Flow action.

    * Click **Add**
    * A quick action is created under **Flow**
  </Step>

  <Step title="Use the Flow action">
    Use the created Flow action in the data grid.

    * Select one or more rows
    * Click **Flow** → select the created action
    * The Flow runs for each selected row
  </Step>
</Steps>

<Tip>
  For syntax, operators, and functions, see [Formulas](/data-grid/formulas).
</Tip>

<Info>
  Only process types **AutoLaunched Flow** and **Screen Flow** are supported.
</Info>
