Missing Workflow, unable to edit workflow.

Syd4_ 96 Reputation points
2021-01-25T00:51:12.58+00:00

Hi Guys,
So recently my Sharepoint Designer 2013 has blocked my access to the site by saying "You don't have permission to access site" which is weird because I've edited and used the sites since last year and it's working fine.
So I used the:

$adminUPN="---"
$orgName="----"
$userCredential = Get-Credential -UserName $adminUPN -Message "Type the password."
Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userCredential

Set-SPOsite <Site URL> -DenyAddAndCustomizePages 0

Which now allows me to open my sites but when i clicked on the "Edit workflow" it comes out empty and i couldn't add or do anything to me. Please help me out guys.
Thanks!

Microsoft 365 and Office SharePoint Server For business
Microsoft 365 and Office SharePoint Server Development
0 comments No comments
{count} votes

Accepted answer
  1. Syd4_ 96 Reputation points
    2021-01-25T10:45:44.267+00:00

    I've manage to solve the issue,
    I updated the Sharepoint Designer and downloaded a patch:

    https://download.microsoft.com/download/F/C/7/FC7EC278-E333-450B-89AF-4F9640E73D62/spdsp2013-kb2817441-fullfile-x64-en-us.exe

    After i installed the patch, run it and update again, restart the computer and voila!


1 additional answer

Sort by: Most helpful
  1. Chelsea Wu 6,341 Reputation points Moderator
    2021-01-25T02:26:27.163+00:00

    Please check as following and confirm:

    1. Check if Custom Script is enabled at the tenant level via https://<tenant>-admin.sharepoint.com/_layouts/15/online/TenantSettings.aspx.
    2. What is the site template you are using? What is the permission you have in this site?
    3. Do you have trouble opening SharePoint Designer 2013 directly from the site? You can temporarily switch the list experience to classic and then find the entrance to SharePoint Designer on the List/Library menu.
      Try opening SharePoint Designer 2013 using these buttons and see if you can edit the workflows successfully.
      60034-screenshot-2021-01-25-101219.png
    4. Can you get access to other locations/functions in SharePoint Designer 2013, for example, Edit Columns under Lists and Libraries? You can also create a new SharePoint 2013 workflow and see if workflow services are working properly.

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    **Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. **


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.