Does it matter if I post INTEGER_ZERO_OR_POSITIVE in my custom app as string

In my custom app, I have been sending DE with value type INTEGER_ZERO_OR_POSITIVE as string say ‘1’ or ‘0’.

Although it seems to be working, still I would like to know if it has any significant impact on the saved value?

It’s difficult to know without testing unless someone tested and shared the info; however, are you able to compare with saved values from the core apps?

In the database they both appear as integer. And in the data visualizer I think they are treated as integer irrespective of whether you send it as integer or string

1 Like