Merge pull request #1184 from automatisch/notion-find-database-item

feat(notion): add find database item action
This commit is contained in:
Ömer Faruk Aydın
2023-08-01 13:54:09 +02:00
committed by GitHub
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>