Concept Flow - Subset pattern for large documents
Start with large document
Identify needed fields
Create projection with those fields
Run query with projection
Return only subset of fields
End
This flow shows how to get only needed parts of large documents by selecting specific fields using projection.