Issue with Non-Numeric Characters in Evaluate Block within Postman Flow
Hi All,
I’m working on a flow in Postman, where I need to evaluate and concatenate two variables in the Evaluate
block. However, I am facing an issue where only the numeric part of the value is passed as the result, and the appended string (in my case, “TEST”) is not included in the result.
For instance, I am trying to concatenate a numeric variable (value1
) with the string "TEST"
, and I expect the result to be something like 280922396350TEST
. However, the Evaluate
block is only showing the numeric value, ignoring the string part in the final result.
I’ve attached a screenshot of the flow for reference. The string is visible in the result block, but when I try to send it in the next request, only the numeric portion gets processed. Is there a setting or method I should be using to ensure that both the numeric and string portions are passed correctly?
Thank you for your assistance!