API Limit with Hubspot Integration

Hey, I’m facing an issue with my Glide table. I’m trying to integrate it with HubSpot to retrieve IDs from emails and fetch corresponding data. While the integration works, I’m hitting a rate limit of 200 actions per 15 seconds. This is due to the large number of rows in my table (1232).

Error:
"{“status”:“error”,“message”:“You have reached your secondly limit.”,“errorType”:“RATE_LIMIT”,“correlationId”: )

I hoped that Glide’s memorization feature would help, but it hasn’t resolved the issue.

Do you have a solution? Perhaps an IF function that would only trigger the HubSpot integration for specific process stages?

Maybe an If-Then-Else would indeed help here if you want to do the API call as a column. Return nothing if you don’t want to do a call, and vice versa.