Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Flow Runtime Errors and Recommendations


View products that this article applies to.

Flow Runtime Errors

Flow Runs Slowly

  • If your Flow appears to run slowly, it is likely being throttled. See the Flow runtime limits documentation for details.
  • If you are using the "Apply to Each" action, please make sure you have concurrency enabled.
  • If you are using variables, please be aware that variables exclusively lock and will slow down loops significantly.
  • If using a Dynamics 365 trigger consider using the Common Data Service connector instead. In rare cases, Dynamics 365 triggers can take up to 2 hours to fire.

Use Custom Headers in HTTP Actions

Certain headers are removed from the HTTP Action. In order to pass custom headers through prepend them with 'X-', e.g. instead of 'Content-Disposition', use 'X-Content-Disposition.'

↑ Back to the top


Keywords: flow

↑ Back to the top

Article Info
Article ID : 4515139
Revision : 4
Created on : 9/6/2019
Published on : 9/6/2019
Exists online : False
Views : 106