SharePoint List Get List Item Reference error "Object reference not set to an instance of an object"

  • 22 August 2017
  • 1 reply
  • 1 view

Badge +3

On SharePoint, I have 2 list: MyWorkflowList and MyList.
MyList has a column "RoleName", and the values are :

-Admin

-Approver

 

MyWorkflowList is a Sub Workflow, called manually from another workflow. MyWorkflowList has a "Get List Item Reference".
On the "Specify the list containing the list item to reference", I select "MyList".
On the "Specify filters for creating the reference", I select "RoleName" with value = Approver

I set the "Reference Name" to be "Events Approver"

 

During execution/runtime when it gets to this stage, I am getting an error "Object reference not set to an instance of an object"

 

How can I fix this error ?

 

Thank you.


1 reply

Badge +3

I fixed it by following this article: 

http://community.k2.com/t5/K2-Appit/Unable-to-use-Get-List-Item-Reference-in-a-Secondary-Workflow/ta-p/86913 (Unable to use Get List Item Reference in a Secondary Workflow)

Reply