• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Unable to see all the fields data from Airtable after connecting

prateekb3

Member
Hey, I need to see all the columns but I don't know why all the data is not being shown. I have 26 fields but in response, I have got only 11 fields.
 

Pabbly

Administrator
Staff member
We have investigated the Airtable Trigger as per your request regarding missing fields in the trigger data.

Airtable API documentation mentions that responses do not include any fields with "empty" values. Ecample- "", [], or false.

So when an entry is submitted in Airtable with 11 fields and other fields are empty, then it will return only 11 fields data in the response.

And when an entry is submitted in Airtable with 21 fields, then it will return only 21 fields data in the response.

For reference: https://airtable.com/app6zeIfhIbqI7gff/api/docs#curl/table:table%201:list

Screenshot for reference: https://www.screenpresso.com/=bSLFc

We request you to kindly test the workflow by filling up all fields in Airtable so that you're able to view all fields in the trigger response. Let us know if the issue still persists.
 
Top