Object property null value even though it has a value
this is a really weird thing happening.
Basically, I can print my 'data' object and see the property 'tempId' having a value.
However, immediately after, if I print data.tempId (or even data['tempId'], the value being returned is NULL.