Answered by:
New site collection - Unable to save 2010 workflow

-
Hi,
I created a new tenant using "Microsoft demos". I create a new group site collection in there, so I have a new site collection.
When trying to create a 2013 workflow in there and save it, it works. A 2010 workflow can be created but NOT SAVED and NOT PUBLISHED. Can this be solved ? Anybody know the reason for this ?
Best regards,
Marc
Question
Answers
-
Download the SharePoint Online Management Shell and run the following:
# replace the values as appropriate, please note the account you sign in as will need to be a SharePoint admin in Office 365.
$scurl = "https://YOUR BUSINESS NAME.sharepoint.com/sites/YOUR SITE COLLECTION NAME"
$AdminURL = "https://YOUR BUSINESS NAME-admin.sharepoint.com"
Connect-SPOService -url $AdminURL
Set-SPOSite -Identity $scUrl -DenyAddAndCustomizePages $false
Regards
Sergio Giusti Sergio Blogs
Linked In Profile
Whenever you see a reply you think is helpful, clickVote As Helpful.
Whenever you see a reply you think is the answer to the question, clickMark As Answer.
- Proposed as answer by Sara FanMicrosoft contingent staff, Moderator Tuesday, November 27, 2018 8:27 AM
- Marked as answer by nemegeerm Friday, December 7, 2018 3:53 PM
All replies
-
Download the SharePoint Online Management Shell and run the following:
# replace the values as appropriate, please note the account you sign in as will need to be a SharePoint admin in Office 365.
$scurl = "https://YOUR BUSINESS NAME.sharepoint.com/sites/YOUR SITE COLLECTION NAME"
$AdminURL = "https://YOUR BUSINESS NAME-admin.sharepoint.com"
Connect-SPOService -url $AdminURL
Set-SPOSite -Identity $scUrl -DenyAddAndCustomizePages $false
Regards
Sergio Giusti Sergio Blogs
Linked In Profile
Whenever you see a reply you think is helpful, clickVote As Helpful.
Whenever you see a reply you think is the answer to the question, clickMark As Answer.
- Proposed as answer by Sara FanMicrosoft contingent staff, Moderator Tuesday, November 27, 2018 8:27 AM
- Marked as answer by nemegeerm Friday, December 7, 2018 3:53 PM
-
Hi nemegeerm,
If the reply is helpful to you, you could mark the reply as answer. Thanks for your understanding.
Best regards,
Sara FanPlease remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams. -