I added tracked properties in logic app; but they don't show up in Log analytics
the tracked properties column is empty. They are not showing up even after 10 hours of adding.
Is this the right way of adding tracked properties? I am following the Microsoft tutorial
https://docs.microsoft.com/en-us/azure/logic-apps/monitor-logic-apps-log-analytics
"trackedProperties": {
"displayonweb": "@action().inputs.body.value[0].my_prop",
"serviceOutletId": "@action().inputs.body.value[0].my_prop2"
},

