Hi
There is the following requirement for a custom FO data entity:
- it will be called via OData (http GET / POST)
- data entity contains several blocks of records not connected with each other (union), concerning different kinds of data
When I try a prototype of an entity for a GET call

where two datasources (TestHeaderTable, TestHeaderTable02) are placed on the same level and linked to the primary data source TestHeaderBasic
The issue is: number of values in json response is equal to <number of records in TestHeaderTable> * <number of records in TestHeaderTable02>, when all the records are connected with one record in TestHeaderBasic.
Is it possible to get a "union and not a mutiplied presentation" in json response or should the entitty be splitted into two simple entities?
Would the entity in the actual form also work in the case of POST correctly?
Regards
Pavel