Hi, community.
There is a requirement, I have created a query and page (Page A) when it opens it gets the data from the query and inserts it into the temp table that I'm using as a data source on the current page.
On the same page, I have linked another List Part Page (Page B) that is using another query, on the open page trigger I'm inserting the data from the query it is working fine but I want to filter the query before inserting the data I mean I want to filter the query based on the Record from the above Page A and then only show the specific records using SubPageLink.
Page A screenshot
As you can see I'm filtering the query before inserting it and I'm getting the BatchID from one more page OnAction trigger.
Same thing I want to do for the other list part page. (Page B)
To do this I have to somehow pass the "ID" from Page A to the Page B
As you can see I don't have the option to pass the variable in the part section.
Kindly help.
Thanks and Regards.