I have built a Request system for my Admin people to handle things like signing up for classes, being reimbursed for travel, etc. There are about 30 different types of requests, each with its own list, form, and workflow.
Flows are starting to get throttled -- but it only seems to be delayed on sending emails (V3).
How can I reduce this (or prevent it altogether)?
The flow goes through a switch based on the Status, sending out an email for a New Request or if it was Assigned or Completed.