Sharepoint 2013 workflow error "Due Date"

Bawa, Yuvraj [ISLH] 0 Reputation points
2024-06-07T19:02:52.6233333+00:00

I am getting this error out of sudden, the workflow was working fine couple of days ago and suddenly it started showing me this error. No changes have been made in the workflow or the permission level.

Please let me what is the issue regarding the same.

Suspend this workflow Activity in progress Retrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP BadRequest to https://secureconnect.islandhealth.ca/depts/mspb/_api/web/lists(guid'2b952024-4ff0-4cb4-8c56-20d10fbd9f26')/Items(86)?%24select=ID%2CDueDate Correlation Id: 1bf829d8-7bfd-7bbf-8ce0-10d699789085 Instance Id: 9163989f-89a7-4a7e-84ec-4da6ffc46257 The field or property 'DueDate' does not exist. Retry now

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,130 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,777 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
545 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Maycon Batista 11 Reputation points
    2024-06-07T21:09:19.8033333+00:00

    You should check if the guid list "2b952024-4ff0-4cb4-8c56-20d10fbd9f26" had the "DueDate" column. It may have been deleted.

    or

    Paste the url into the browser and check that it returns the "DueDate" column.

    The return from this endpoint shows the properties of the list:

    https://secureconnect.islandhealth.ca/depts/mspb/_api/web/lists(guid'2b952024-4ff0-4cb4-8c56-20d10fbd9f26')


  2. Yanli Jiang - MSFT 23,186 Reputation points Microsoft Vendor
    2024-06-18T07:20:22.4+00:00

    Hi @Bawa, Yuvraj [ISLH] ,

    Did you mean that the "DueDate" column didn't existed? It might have been deleted accidentally. You can try to create a new column with the same name and type as the original 'DueDate' column and update the workflow to use the new column instead.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.