Closed British-Systems closed 2 years ago
Current the only types that are automatically populated for a HTTP Post Data Model are String, Int and Bool.
If we use anything else we must set it to String and convert it ourselves in the Post Function.
Can we add more primitive types such as Float, Double, Short etc
Doubles are already handled
In 2.2.80
Current the only types that are automatically populated for a HTTP Post Data Model are String, Int and Bool.
If we use anything else we must set it to String and convert it ourselves in the Post Function.
Can we add more primitive types such as Float, Double, Short etc