Each row in the tasks table has its task_id and database_id, and the database_id column references the database table
I needed to create an action in the tasks table to open the view of a specific form, with the necessary columns that I need to fill out
(as already said, the tasks table has many rows and these rows have a column called database_id that references the database table)
What I want is to create an action in the database table, which calls this form created in the tasks table and then, when it is filled out, fills out the specific columns of the form in each row that has the same database_id