Hi there community,
I think this is an issue many of us had, It seems that the enrich by an API steps sends call every time we refresh the setting and this cause a huge problem for two reasons;
- sending duplicate requests , some APis limit the amount of requests per day
- Having to wait until the refresh is done and all rows processed which is a huge waste of time.
I’ve looked and I can’t find any solution to disable the step while building the flow. I was wondering if any of you tried limit the rate limiting to 0 (Maximum pages to fetch), in a GET request , what about a POST request?
I just can’t test if on my end my step is still refreshing