# 행 작업 추가

행 별로 실행할 플로 작업을 추가하고 설정할 수 있습니다. **이 기능을 통하여 사용자는 데이터 테이블의 각 행에 대해 특정 Salesforce 플로를 연결하고 실행할 수 있습니다.** 플로 작업은 버튼 형태로 테이블에 표시되며, 사용자가 이를 클릭하면 해당 행의 데이터를 입력 변수로 사용하여 연결된 플로가 실행됩니다. 이를 통하여 레코드 업데이트, 관련 작업 생성, 복잡한 비즈니스 로직 실행 등 다양한 자동화 작업을 데이터 테이블 내에서 직접 수행할 수 있습니다.

***

### :small\_orange\_diamond: 설정 방법

1\. 행 작업 추가(Add Row Action) 버튼을 클릭합니다.

<figure><img src="https://3985481653-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA2fSsDo5KsIVkUoDIV1b%2Fuploads%2FqJ2tnHNhkCqyas5PD6ct%2Fimage.png?alt=media&#x26;token=f67f44f9-631c-416e-af82-3e171e8fa301" alt="" width="308"><figcaption><p>데이터 테이블 설정 화면</p></figcaption></figure>

2\. 가상 열의 레이블(Label), 열 너비(Column Width), 버튼 아이콘(Button Icon), 버튼 레이블(Button Label)을 설정합니다.

3\. 실행하고 싶은 플로(Flow)를 선택합니다.

<figure><img src="https://3985481653-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA2fSsDo5KsIVkUoDIV1b%2Fuploads%2FyBne8fuWQFi4dEimAW3y%2Fimage.png?alt=media&#x26;token=ab96673f-1814-4254-b38d-d5bc5d12f6b2" alt="" width="311"><figcaption><p>행 작업 편집 화면</p></figcaption></figure>

{% hint style="warning" %}
플로 실행 시 선택된 행의 레코드 ID 값을 기본적으로 전달합니다. 아래와 같은 입력 변수가 플로에 존재해야 합니다.

입력 변수

* API 이름: recordId
* 데이터 유형: 텍스트
  {% endhint %}

4\. 저장(Save) 버튼을 클릭하고 추가된 행 작업을 확인합니다.

<figure><img src="https://3985481653-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA2fSsDo5KsIVkUoDIV1b%2Fuploads%2F0G9kmIu1ymghv31uQVVk%2Fimage.png?alt=media&#x26;token=9430d820-468b-4d87-88b8-eacad4b9da1a" alt="" width="338"><figcaption><p>추가된 행 작업 확인</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/datatable-setup/undefined-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
