Concept Flow - Many-to-many relationships
Start
Define two entities
Create join table/entity
Link entities via join
Query with join to get related data
Return combined results
End
This flow shows how two entities are connected through a join table to represent many-to-many relationships, then queried to get combined related data.