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

Failing subactions within the SharePoint UI #73

Open Pieter-Veenstra opened 11 months ago

Pieter-Veenstra commented 11 months ago

Category

Observed Behavior

When a subaction fails the History may look like this. image

The actual substeps have failed but it is not immediately visible where the issue can be found. Especially when the site script is large and many actions have subactions, this can become a needle in the haystack.

In the above example, I had the following failing subaction.

image

It would really help if the error in the subactions was visible at the higher level. Maybe that one should be marked as failed.

Steps to Reproduce

Make a subaction fail and then after application check the site template history.