Thank you for the replies.
Certainly, here is the JSON coming in for the action "When a row is added, modified or deleted". Note that some values are removed or modified:
{
"headers": {
"Connection": "Keep-Alive",
"Expect": "100-continue",
"Host": "",
"x-ms-correlation-request-id": "",
"x-ms-client-request-id": "",
"x-ms-user-id": "",
"Content-Length": "7908",
"Content-Type": "application/json"
},
"body": {
"statecode": 0,
"_statecode_label": "Köad",
"statuscode": 0,
"_statuscode_label": "Köad",
"_workqueueid_value": "xxxx",
"_workqueueid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "workqueue",
"_workqueueid_type": "workqueues",
"createdon": "",
"_ownerid_value": "",
"_ownerid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "",
"_ownerid_type": "systemusers",
"requeuecount": 0,
"name": "TestItemMan1",
"solutionid": "",
"ismanaged": false,
"processortype": 0,
"_processortype_label": "Ingen",
"priority": 200,
"_modifiedby_value": "",
"_modifiedby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
"_modifiedby_type": "systemusers",
"iscustomizable": true,
"modifiedon": "",
"retrycount": 0,
"componentstate": 0,
"_componentstate_label": "Publicerad",
"_createdby_value": "",
"_createdby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
"_createdby_type": "systemusers",
"componentidunique": "",
"_owningbusinessunit_value": "",
"_owningbusinessunit_value@Microsoft.Dynamics.CRM.lookuplogicalname": "",
"_owningbusinessunit_type": "businessunits",
"input": "[]",
"uniqueidbyqueue": "",
"workqueueitemid": "",
"ItemInternalId": "",
"SdkMessage": "Create",
"RunAsSystemUserId": "",
"RowVersion": "32593336"
}
}