Hey folks,
I'm attempting to use the Data Export feature in IoT Central and facing an issue trying to limit messages based on the device template.
Here's the skinny...
I have create a webhook destination; currently NGROKing to my local machine.
I have created a data export that applies 2 filters
1) Where a particular telemetry value contains a string 00:0
2) Where a device template equals a specific template - I select the template from the drop down
When I power up my device it connects into IoT Central and begins sending telemetry.
If i exclude the filter #2 above then my webhook is called.
As soon as i include the template filter, i no longer receive webhook data.
When i inspect the payload received in my webhook (without the template filter) I see a template Id that looks nothing like the template Id that the device is actually using. In fact, everything after dtmi: looks random.
I've exported all templates from IoT Central to see their ID's and find nothing that matches the template Id being fed through.
Am I doing something wrong here?




