I am having an issue where I have values with trailing zeros (ex: 100.00), when I put them in JSON format using the JSON Build tool, I specify that this column is a float, but when I parse this JSON, that column gets picked up as an int (also when I output the json, the trailing zeros are missing). I need for the column to stay as a float when I parse or output it.
I know that I could convert the value to a string and then place in json format, but I need it to be numeric. I attached a sample workflow of what I am talking about. Any help with this is appreciated.