Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 13:35 UTC
Updated:
23 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
The Entity Query node's output is optimized for use with the ForEach loop node, enabling efficient batch processing of query results.
Each item in the results array contains:
id: Entity IDuuid: Entity UUIDlabel: Entity label/titlebundle: Entity bundle (content type)entity_type: Entity type (when load_entities=false)entity: Full serialized entity (when load_entities=true)
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented