# 1. 내 정보에서 수정한 데이터를 게시물에도 반영되게 하고 싶어요.

1. 관리자 웹 > 로직 설정 > '+' 버튼을 클릭해 새로운 로직을 생성해 주세요.
2. 아래와 같이 입력해 주세요.&#x20;
   * If When : Data is updated
   * Where : \_users
   * Then : Modify Multiple Data Entries 로 입력해 주세요.
3. Then 아래, To do를 펼쳐 아래와 같이 입력해 주세요.&#x20;

<div align="left"><figure><img src="/files/02eDlEXoRa4PaGp7yHc4" alt="" width="441"><figcaption></figcaption></figure></div>

* Collection for Data Update : 작성자 정보를 최신화 하고 싶은 컬렉션 위치.
* Data Search Condition to Update : 수정하고 싶은 데이터를 찾기 위한 조건.
  * 다음과 같이 작성해 주세요.
  * `{ "_createUser._id":"newDocument._id" }`
* Data to update : 항목 ID 는 "\_createUser" ,  항목 값은 "Datas After Update"
* Number of data to update : 해당 사항이 없어, 작성하지 않아요.&#x20;
* Whether to create logs and follow-up logic : 로그와 후속 로직 생성 여/부&#x20;
  * "TRUE" 선택 시 로그 데이터 남김.

> \#로직, #로직 설정, #로직 설정하는 방법, #내 정보 변경, #내 정보 수정, #내 정보 수정 적용하기, #내 정보 수정 반영하는 방법

2024.01.11 Jinny


---

# 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/faq/logic/1.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.
