5d22c5a5-6dc4-4950-b886-fcd2df931e24 API call prob...
# 🤝help
h
Hello. Context: I am making an API call to Airtable to return an information about an order when user wants to check delivery status of his product using a bot. So the bot asks the user his order number ---> I am making an API call to Airtable (which contains info about all registered orders) ---> in that API call I pass the order number which the user has just given to me, and I am supposed to get response from Airtable with all of the information about that particular order. The problem: In the studio when I'm testing I am getting information about **all **orders from Airtable, when it should return only info about my user's particular order. But on the Webchat it works fine, it returns info only about one order, which is needed.

https://cdn.discordapp.com/attachments/1144556743918096434/1144556744220090438/Screenshot_2023-08-25_114800.png

https://cdn.discordapp.com/attachments/1144556743918096434/1144556744551432252/Screenshot_2023-08-25_114821.png