I process data where I get some information from rest api based on the value of the field.
Now the value can be repeated for this field, and if I have already selected the data for this value, from REST I would like to reuse this value and save the API call (the slowest operation in the conversion).
perhaps? if so, how?
Ajay Relations
source
share