Google Slides: Not able to limit the requests per minute

Hi,
I am using a workflow where I read in a Google Slides document and based on the number of rows I create custom presentations for all of them using the name variable. Now Its a lead list which means that could exceed a large number of slides and therefore maybe the Google Slides API will return errors after a while. Is there any way to add a timer within this module?

Information on your n8n setup

  • n8n version: 1.69.2
  • Database (default: SQLite): QLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): self-hosted in google cloud
  • Operating system: Windows10

Hey @Kiremit

After the sheets node you could use the loop items node and set a batch of say 10 then handle your slides call and add a wait node at the end for 45 seconds then loop it back to the loop node and that should do the job.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.