Add option on Integromat/Make Module to not get field names

I was doing some testing to try and work out why the knack api was slow and if there was anything I could do on my end to improve performance. I noticed that when running a knack module it actually runs 2 request each time a module is used, the second request is to get the field names. It would be great to be able to have the option to use field ids only therefore not needing the second request.
I am currently on 100k Knack API request a day so would appreciate it being more performant