
Announcements
Hi Team,
The format of custom logs retrieved from the copilot studio chatbot is in the form of serialized data. Is it possible the get the values in the "Properties" of App Events (screenshot 2) instead of "Serialized data" (screenshot 1) . This is a important to integrate logs in our existing dashboard with custom data like (User email, utterances etc.) which were logged in "Properties" field when retrieved from .NET Bot framework chatbot. Sharing screenshot for the reference.
Screenshot 1: Current Copilot Studio output( UserId in "SerializedData"):
Screenshot 2: Expected outcome (recipient Id/UserId in "Properties")
Hi,
I am not aware of a way to change the logs format in application insights - you likely have to do some transformation on your end to change to the way you need.