A1: You could add 2 non-persistent entities, one with the search attributes and one with the grid columns as attributes and on opening the form create search-entity-record. On search run a microflow that populates the grid-entity-records that all have an association with the search-entity record.
A2: For reports you have OQL, so you could use a report grid as well
Thank you for your help.
It was possible to progress a little.
And I still have question.
I'd like to ask you about populates the grid-entity-records.
At this time, I created microflow as below.
I think I want to retrieve School, Union and Assign data together.
But I couldn't understand how to retrieve multiple entities.
Therefore, we do not see only the name of the student on the page.
Q How to populates the grid-entity-records?
In the loop retrieve the school and union taking the first record found (I assume it is not many to many, if so you create multiple student records in grid entity for the same student with different school/union)