In recent version of Oracle APEX, I would like to fetch data from CUSTOMER table then set the data into the form field.
There is an edit button in Interactive Report table. When I click this button,

This form field will pop up.
Since this is an edit form, I want to retrieve the data corresponding to the ID from the customer table. In Dynamic action for this edit button, I set it like this
It only sets Customer ID in the edit customer form.
This is the table
Is there a way to set all the value from the selected row?


