Hello @HaripriyaR17725451. Welcome to the community. Are you trying to display this table in a form or in one of the summary tabs ?
For Summary Tabs
If you want this table in summary tabs, then you can make use of Insights.
For instance, I have this below structure and i want to display the Features list table in Release case summary tabs
Create an Insight on Feature class with grouping on Case ID and add whatever fields you want to display for the feature class.
Ensure that you have the pxCoverInsKey (Cover Object Key) field marked as relevant record and included as a primary field on Feature case type.
This will ensure that it will displayed in the Insight fields. Select this cover object key also as part of the display fields, so that you can use this to apply filter while you use the insight in Release case type.
Go to Release case type and include this saved insight in one of the summary tabs, and while you click on the gear icon, you will see an additional filter to apply.
Pass the Release case InsKey to map against the Feature Cover object key as shown below
Once you have the above configuration, then you should see an output like below
You can use this Insights only in summary tabs and not in Form views.
For Form and Partial Views
If you wanted to display the same table in a Form view, then you can follow below approach of creating a List view in parent case type.
Create a list view in Release case type and use the OOTB Feature list by Parent data page to get the Feature cases. Pass the instance handle key as the parameter to the data page.
Use CaseID as the group by field.
Now you can utilize this list view in either a form or summary tab. Choice is yours.
In both the above approaches, you will get the same table features. Choose which one suits better for you.
Hope this helps
Regards
JC