Load Issue for displaying details in a section

I have a scenario where I want to display details in a section in read-only mode based on a value entered in one of the text boxes provided to the user. However, it is taking time to load the data because we have a large number of records in the table.

Additionally, note that this section is frequently used by other operators as well.

Hi @Yuvaraj,

Use a keyed data page to load the data all at once, then display the data based on the key passed. Ensure that the data page is configured at the node level.