I have this scenario:
Table 1:

Table 2:

Id_match is a correlated columns between the two tables.
I'll display in view (Power Portal/Pages List) the entire first table in webpage n.1.
Next to the single record in my view I'll put some options for detail or edit the record:
When I click on edit I'd like to see only the related records in a different view in webpage n.2.
Should I use Liquid object or FetchXML? Should I use the GUID instead? Should I use an Entity form instead of a View/List?
The equivalent query should be:
SELECT Player from Table2 WHERE Id_match = (the one I click on Table 1)
Thanks in advance,
I'll provide more details on request.