Hi Guys -
Not sure how many people have tried it. I am exploring business events and want to configure it with Azure Service Queue. Followed the step mentioned on Docs. Everything works fine except that I get the following JSON on the Queue.
{
"EventId": "",
"EventTime": "/Date(-2208988800000)/",
"MajorVersion": 0,
"MinorVersion": 0,
"TestField": ""
}
I should get the better details of the event occurred with some data in JSON. The Business event that I am working with is Sales Invoice posting. I have configured the same event with Flow and able to get the data in JSON on receiving side. Any idea, would could have been missing?
Thanks