Workflow webhook payload issue

Hello, I am trying to call a webhook from an action of a workflow (when a cell changes).

Everything is fine except for some fields that are price kind in the data description. Herebelow is an example of the payload I do get in my webhook provider. As you can see, the currency is in the fields. I expect to receive the value as a number without the unit, that I believe belongs to the UX not the data

{
"UpdateMode":"Update",
"Application":"Sales",
"TableName":"Bill",
"UserName":"",
"At":"25/03/2021 18:12:27",
"Data":{
  "Month":"01/01/2019",
  "CA1":"27 000,00 $",
  "SV1":"1",
  "CA2":"22 000,00 $",
  "SV2":"5"}
}

How can I have a number in my JSON payload?

best

0 1 138
1 REPLY 1

I mean "CA1":"27000" instead of "CA1":"27 000,00 $"

Top Labels in this Space