Airtable node#
ใช้ Airtable node เพื่อทำงานอัตโนมัติใน Airtable และเชื่อมต่อ Airtable กับแอปพลิเคชันอื่นๆ n8n มีฟีเจอร์ของ Airtable ให้ใช้งานหลากหลาย เช่น การสร้าง อ่าน แสดงรายการ อัปเดต และลบตาราง
ในหน้านี้คุณจะเจอรายการ operations ที่ Airtable node รองรับ พร้อมลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม
Credentials
ดู Airtable credentials สำหรับคำแนะนำการตั้งค่าการยืนยันตัวตน
Operations#
- Append the data to a table
- Delete data from a table
- List data from a table
- Read data from a table
- Update data in a table
Templates and examples#
Related resources#
n8n มี trigger node สำหรับ Airtable คุณสามารถดูเอกสาร trigger node ได้ ที่นี่
ดู Airtable's documentation สำหรับข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.
Node reference#
Get the Record ID#
ถ้าคุณต้องการดึงข้อมูลของ record ใด record หนึ่ง คุณต้องใช้ Record ID ซึ่งมี 2 วิธีในการหา Record ID
Create a Record ID column in Airtable#
ถ้าต้องการสร้างคอลัมน์ Record ID
ในตารางของคุณ ให้ดู บทความนี้ แล้วนำ Record ID นี้ไปใช้กับ Airtable node ได้เลย
Use the List operation#
ถ้าต้องการหา Record ID ของ record คุณ สามารถใช้ List operation ของ Airtable node ได้เลย โดย operation นี้จะคืนค่า Record ID พร้อม fields ต่างๆ จากนั้นนำ Record ID ไปใช้กับ Airtable node ได้
Filter records when using the List operation#
ถ้าต้องการกรอง records จาก Airtable base ของคุณ ให้ใช้ตัวเลือก Filter By Formula เช่น ถ้าอยากได้ผู้ใช้ทั้งหมดที่อยู่ใน organization n8n
ให้ทำตามขั้นตอนนี้:
- เลือก 'List' จาก Operation dropdown
- กรอก base ID และ table name ใน Base ID และ Table
- คลิก Add Option แล้วเลือก 'Filter By Formula'
- ใส่สูตรนี้ใน Filter By Formula:
{Organization}='n8n'
ถ้าอยากได้ผู้ใช้ที่ไม่ได้อยู่ใน organization n8n
ให้ใช้สูตรนี้: NOT({Organization}='n8n')
ดู documentation ของ Airtable เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับสูตร
Common issues#
สำหรับข้อผิดพลาดหรือปัญหาทั่วไปและวิธีแก้ไข ดูที่ Common Issues