Help

Re: How to get the record which fulfills a certain condition

983 0
cancel
Showing results for 
Search instead for 
Did you mean: 
The_infinity_Ve
4 - Data Explorer
4 - Data Explorer

I wanted to know whether we can get the record which fulfills a particular condition in JavaScript (backend) or basically node.js and if yes then how? I want to use it to retrieve some user data.

1 Reply 1

Welcome to the community, @The_infinity_Verse! :grinning_face_with_big_eyes: This is definitely doable, but we’ll need to know more about your setup before we can effectively help. Do you have some example code that you’ve already tried, but it’s not working? If so, please share the script here, making sure to style it using the </> button on the comment editor toolbar.

If you don’t have any sample code that we can help with, I would encourage you to read up on the fetch command, and also peruse Airtable’s API and the use of the filterByFormula property.