Files
automatisch/packages/docs/pages/apps/airtable/actions.md
2024-05-15 17:20:47 +02:00

13 lines
253 B
Markdown

---
favicon: /favicons/airtable.svg
items:
- name: Create record
desc: Creates a new record with fields that automatically populate.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />