# 변경(change)

변경(change)은 어떤 값이 수정 됨에 따라 화면의 일부가 동적으로 변경돼요.

예를 들면, 사용자가 이름을 입력할 수 있는 칸이 있고 입력한 이름은 아래에 있는 "환영합니다, \[이름]!"이라는 문구에 표시돼요. 사용자가 "꾸러기"라는 이름을 입력하면, "이름" 상자의 내용이 "꾸러기"로 변경돼요. 변경된 이름에 따라 아래에 있는 문구도 "환영합니다, 꾸러기!"로 변경돼요.

사용자가 값을 수정하면 이 수정된 값에 따라 표시되는 블록(텍스트 상자와 문구)이 변경되는 거예요.

**체인 변경(change)은 언제 사용하나요?**

* 커스텀 화면에서 어떤 값이 수정 됨에 따라 화면의 일부를 동적으로 변경할 때 사용해요.

**체인 변경(change)의 특징은 무엇인가요?**

* 텍스트, 숫자, URL 이미지, 주소, 금액, 체크박스, 드롭다운 선택, 날짜, 단일 항목 선택, 단건 관계, 전화번호, 아이콘, 자바스크립트 기반 계산, 숫자 편집기, 범위 슬라이더 블록이 편집 모드일 때 사용 가능해요.

***

**사용 예시**

* 등록/수정 화면에서 드롭다운 선택 값(휴식 시간)으로 스위치 조건을 만들고, 드롭다운 선택 값이 '있음'일 때만 시작 시간과 종료 시간을 입력 받도록 만들었어요.

<figure><img src="/files/kE5Wp0HMvvDYi0LereXO" alt=""><figcaption><p>'[등록/수정 화면] 선택 값에 따른 입력 칸 표시' UI 패키지를 적용한 앱 화면</p></figcaption></figure>

<div><figure><img src="/files/jW7ox8eM3sTgm5enUR1j" alt=""><figcaption><p>드롭다운 선택 블록에 추가한 체인 Send</p></figcaption></figure> <figure><img src="/files/3mj5WejRKeGkzCXtuVFm" alt=""><figcaption><p>스위치 블록에 추가한 체인 Receive</p></figcaption></figure></div>

2023.09.21 Nana


---

# 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://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/chain/change.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.
