I need to store the EventTypeId below in a global variable in Postman to be used on later tests:
{
"EventTypeId": 8565382127936807869,
"ValueName": "Engine Load Calculated",
"FormatType": "Value",
"DisplayUnits": "%",
"EventType": "Custom",
"Description": "Test Roja"
}
Because of the JS limit the value is stored as 8565382127936808000 and it fails when compared to the original one.
Is there a way to preserve it?