I want to do upsert using field of type decimal as matching field, but it does not work if number is whole integer, like 12 or 12.0. Item was not updated and instead was inserted new one
I know it is possible to use some hack, sending number as a string with exact precision and using option typecast: true, but it would not fit my automation task