Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 16:50 UTC
Updated:
23 Feb 2026 at 21:19 UTC
Jump to comment: Most recent
The JsonPathService::extractFirst method was not returning the correct value when extracting data using JSON path expressions, causing data flow issues between nodes.
The method was wrapping results in an additional array layer instead of returning the direct result.
Refactored the extractFirst method to handle results directly without additional wrapping, ensuring the correct value is returned.
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented