# 데이터 등록/수정(upsert)

데이터를 등록하고 수정하는 동작을 수행해요. 주로 \[저장하기], \[등록하기] 버튼 액션 설정에 많이 사용해요.&#x20;

<div align="left"><figure><img src="/files/nFvfxCzrGb0pN5V4mWBL" alt="" width="563"><figcaption></figcaption></figure></div>

버튼을 클릭하면, 설정한 **데이터 등록/수정** 액션에 따라 데이터가 등록돼요.&#x20;

<div align="left"><figure><img src="/files/8IFFnAvmPZvntf5PvaHk" alt="" width="563"><figcaption></figcaption></figure></div>

> \#저장하기, #등록하기, #수정하기, #등록 버튼, #저장 버튼, #데이터 등록

2023.10.04 Jinny

**Data registration/modification (upsert)**

This function serves the purpose of both data registration and modification. In the context of action settings, the 'Save' button is frequently used.

> \#save, #register, #modify, #register button, #save button

2023.08.05 Song<br>


---

# 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/action/upsert.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.
