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?