I'm trying to use the Delete Record function in the Workflow Tools add-on to delete a record. I'm trying to just manually put a single record GUID in at the moment, just to make sure it's a correct GUID, but still no luck.
Properties are defined as:
Delete using Record URL: False
Entity Type Name: <the schema name of my entity, in lower case>
Entity GUID: <the GUID of the record - I've tried in upper case, lower case, and with and without brackets>
If I run the workflow with just this one step, I get the error "Unexpected exception from plug-in (Execute): msdyncrmWorkflowTools.Class.DeleteRecord: System.NullReferenceException: Object reference not set to an instance of an object."
The record 100% exists. Anyone know where else I could look for what's happening here?
*This post is locked for comments