Load values in new app page from table

Hey!

I have few issues that I'm trying to figure out:

1)I'm able to load values from table on the same app page (loom video: Loom | Free Screen & Video Recording Software | Loom ), but as a user, I need to click on edit button on the states table and then load new app page and populate values on the new opened page. However, once I try to add actions or query to do that the table from other app page doesn't exist same way goes if I try to add event handlers on the table page and component are not being found.

Is there a way to do this:
-Load values from selected table row in the new page? Loom | Free Screen & Video Recording Software | Loom

2)How to force checkbox to be selected once table values are populated the fields: Loom | Free Screen & Video Recording Software | Loom

Any help is greatly appreciated!

Hi! This doc here outlines how you can pass data to a new app that you can tie into an event/button.

You could utilize a Custom Column with a Boolean type that can be triggered by whatever conditions that you set.