• 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.

API Module - Airtable not getting response information

Graffiki

Member
I have an API module that is requesting data from Airtable as the Airtable modules didn't quite do what I needed. The API request includes a filter and a view to only return records that match specific requirements.

When there are records that fit the criteria, I get all of the data perfectly and I can continue my scenario... no problems.
1693819351399.png


However, when there are no records that match the criteria, the API gives no response for me to work with.
1693819477866.png



That means that I can't use the filter to stop the workflow as their is noting thing the Get API step to filter by.
1693819583764.png


It seems like the Airtable should always be giving me a response and it's not coming through for some reason. Any ideas?

Thanks in advance for any advice you have, I'm a little bit puzzled.

Thanks!
 

ArshilAhmad

Moderator
Staff member
Hi @Graffiki,

Could you please enter the data that fits the criteria and provides a response when you click on 'Save & Send Test Request'?

After capturing the response, you can use the 'Records 0 Id' field as the Filter Label and 'Exists' as your Filter Type. This will ensure that the next steps in your workflow are executed only if the Id exists; otherwise, the workflow will stop at the Filter step.

1693827517522.png
 

Graffiki

Member
Hi @Graffiki,

Could you please enter the data that fits the criteria and provides a response when you click on 'Save & Send Test Request'?

After capturing the response, you can use the 'Records 0 Id' field as the Filter Label and 'Exists' as your Filter Type. This will ensure that the next steps in your workflow are executed only if the Id exists; otherwise, the workflow will stop at the Filter step.

View attachment 30896
Thanks for the response :)

Is the API step, when there is no record that matches the criteria, there is no result, so step 2. API by Pabbly : GET doesn't appear in the dropdown. If the API call does return a result, then that step appears in the dropdown.


1693853352533.png
 

ArshilAhmad

Moderator
Staff member
Could you please enter the data that fits the criteria and provides a response when you click on 'Save & Send Test Request'?

After capturing the response, you can use the 'Records 0 Id' field as the Filter Label and 'Exists' as your Filter Type. This will ensure that the next steps in your workflow are executed only if the Id exists; otherwise, the workflow will stop at the Filter step.

View attachment 30896

As previously mentioned, in your API by Pabbly action step, input the data that yields the correct response, similar to what was shown in the screenshot you shared. Once you capture the correct response, map the 'Records 0 Id' in the Filter step.
1693819351399.png
 
Top