How to reduce number of operations used in search airtable module?

Hello,

I made an automation where i use airtable and i fetch a lot of information and documents and put them in airtable. But i want to reduce number of operations drastically because i use like 2500 when i run it once?

My main problem is when i use search modules they take a lot of operations

Hello,

there are always optimizations we could do; but it’s hard to help you with a single screenshot. for example, what is your scenario doing? Looks like it’s loading info from a spreadsheet, then calling an endpoint to get other info. Then, if I understand, you are searching in Airtable to find the record where you attach the document you loaded? Why do you do a search in Airtable, and why does it return you multiple records?

Benjamin