feat(notion): add find database item action

This commit is contained in:
Rıdvan Akca
2023-07-27 14:23:38 +03:00
parent 9346a037b9
commit 37e4524156
4 changed files with 75 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ items:
desc: Creates an item in a database.
- name: Create page
desc: Creates a page inside a parent page.
- name: Find database item
desc: Searches for an item in a database by property.
---
<script setup>