# listByMeta

**listByMeta 블록은 언제 사용하나요?**

* 복합 메타에서 단일 메타에 있는 특정 메타를 호출해서 목록으로 표시할 때 사용해요.

**listByMeta 블록의 특징은 무엇인가요?**

* 복합 메타에서만 사용할 수 있어요.&#x20;
* 메타 코드 입력 칸에 표시하고 싶은 특정 메타의 코드를 입력해서 불러와요.
* 메타 코드 입력 칸 아래의 \[선택 메타 편집]버튼을 클릭해, 호출한 특정 메타로 바로 이동할 수 있어요.

<figure><img src="/files/cSH4qlBYrjM2gR15ZUhN" alt=""><figcaption></figcaption></figure>

2023.10.18 Jinny

## listByMeta

Retrieve certain meta from compound meta.

**When do I use the listByMeta block?**

* This block is used to retrieve certain meta data from a meta comound meta and display it as a list.&#x20;

**What are characteristics of listByMeta blocks?**

* This block can only be used in compound metas.

2023.07.27 Hwaran

> \#리스트 목록 출력, #listByMeta, #복합 메타, #메타 호출, #메타 호출하는 방법


---

# 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/4/block/list/listbymeta.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.
