Build dynamic view by combining multiple persistent entitys attributes which can be displayed in single page

0
Looking for guidance as how to build a dynamic view by combining multiple persistent entity’s  attributes which can be displayed in page . e.g. I have 2 persistent entity defined in data model. I want to build a dynamic view (non persistent) by combining information from 2 different entities (based on certain condition). Finally I want to display this dynamic view data as a table in a page. Thanks.
asked
1 answers
0

You could build a datagrid that is populated by a datasource microflow. This datasource microflow would loop over your two entities and would create a record with the combined data in the non persistent entity.

answered