Numeric inputs will show a selector for dynamic (variable) / manual (constant) even if in the workflow as tool configuration, the setting was "parameterized" Strings will show the variable picker ...
I need to obtain the request body from the pre-request script for signing purposes. However, using bru.getBody() returns the body without value interpolation. If I call bru.interpolate(req.getBody()), ...