Hoping someone can help guide me in the right direction.
I have a basic GI with two tables (employee left joined with contact table). The GI has just a few fields in the result grid.
I setup a push notification to push to a webhook. I’m seeing odd behavior, where the inserted array below is blank and only the deleted shows up.
Any idea what could be the cause of this issue and/or how to resolve?
Thanks,
Cory
{ "Inserted": <], "Deleted": d { "Acu_Salesperson_ID__c": "1", "Acu_Status__c": "x", "Acu_CRM_Location__c": "xx", "Acu_First_Name__c": "xx", "Acu_Last_Name__c": "xx", "RECORD_NAME": "xx", "RECORD_ID": "12345" } ], "Query": "GINAME", "CompanyId": "COMP NAME", "Id": "4b38f85f-adcd-4814-a0f2-ed399f0687b7", "TimeStamp": 637827401083003674, "AdditionalInfo": { "PXPerformanceInfoStartTime": "03/13/2022 03:48:27" }}