-
Bug
-
Resolution: Unresolved
-
Undefined
-
1.8.0
-
None
-
2
-
False
-
-
False
-
-
-
RHDH F&UI plugins 3286
Description of problem:
fetch:body and validate:body currently accept template units ($$...) but do not evaluate JSONata expressions inside the body. As a result, JSONata-based dynamic values in request bodies are not resolved. We need to support JSONata evaluation for both validation calls (validate:body) and data fetch calls (fetch:body), so schema authors can build request payloads dynamically from form data and responses.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
JSONata expressions included in fetch:body or validate:body are not evaluated and are sent as literal strings.
Expected results:
JSONata expressions in fetch:body and validate:body are evaluated before the request is sent, for both fetch and validation calls.