☝️Small business or a startup? See if you qualify for our special offer.
+

Wrong Formatting

Resolved
Sri Thirumalai asked on July 17, 2025

Hello, 

   I have a text field whose value comes as "BW-11354", but the flex report shows as -11354. Can you please how to get around this ? 

 

 

 

Thanks

Sri

 

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster July 18, 2025

Hello Sri,

Thank you for reaching out to us.

In such cases, Flexmonster behavior requires an explicit definition of field type. We recommend defining the field's data type using mapping. For example:

mapping: {
"Circuit ID": {
          type: "sting",
    },
}

You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/vn7Lp8jx/.

Please let us know if it works for you. Looking forward to hearing your feedback.

Kind regards,
Nadia

Please login or Register to Submit Answer