pnp / sp-dev-site-scripts

Repository for sample SharePoint site designs and site scripts
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
MIT License
162 stars 68 forks source link

Trigger Flow(Https) from site Design fails intermediately #21

Open Ravikadri-zz opened 6 years ago

Ravikadri-zz commented 6 years ago

@seansquires

Call Flow via Site Script. We have simple Flow which is triggered on HTTP Post and puts site URL to a Azure storage queue for provisioning the site via PnP

Expected or Desired Behavior

Flow should always be executed via Site Design without any error.

Observed Behavior

Intermediately when the site design applied, it says the Flow action failed. I have seen 2 cases.

  1. Even though Site Design panel says Flow failed, in the Flow History it ran successfully and rest all works fine.
  2. Site Design status says Flow failed and that flow not even executed. flow

error