Is it possible that data storage integration might have some issues storing records with null and/or boolean values?
I have 2 applications. One with TTN node and its corresponding payload decoder. The second app has a tektelic device with motion sensor and its corresponding payload decoder.
Both of them are working fine and I can see data as expected in the real time traffic.
However, a strange thing happens with data storage integration.
The data storage integration works fine on TTN app and stores data as expected.
However, the data storage integration is not storing any data on the application with tektelic device. It is able to find the device but returns 404 when queried for data.
The only difference (I think) is that TekTelic sensor also transmits activity data which comes in either as true/false or null.
Could there be any other issue that I should look into?
Thanks.