Hello vilem
You can achieve this with the help of structure for example you have two entities
School - I'd ,name,address, country
Class - I'd , name ,Sid(SchoolId)
You want to show only
School name and class name
- So create one structure of this
- in the server action add BL LOGIC DRAG agg. and give two source entity school and name automatically join happend on that
- output of that agg. Pass to the server action output parameter which take as (structure (school name,class name)list)
Pass the mapping parameter to the structure so you will just get what ever you want to display instead of all field
Hope this will help you.
Thanks and regards,
Akshay Deshpande