Adding new record to another table when a record is added

I have a project table and a task table. I would like to add a row to the task table when a new project is added. I need to include the project ID of the project just entered in the task table
Which would be the best way to accomplish this.

Solved Solved
0 2 905
1 ACCEPTED SOLUTION

Please explore below approach.

The approach assumes that the Task table is child table of Project table.

If so , you could use an event action of type โ€œData: add a new row to another table using values from this rowโ€ .The action can be invoked on record save of parent table Project

A sample app that demonstrates event actions

https://www.appsheet.com/samples/How-to-go-to-a-view-based-on-the-users-form-submission?appGuidStrin...

View solution in original post

2 REPLIES 2

Please explore below approach.

The approach assumes that the Task table is child table of Project table.

If so , you could use an event action of type โ€œData: add a new row to another table using values from this rowโ€ .The action can be invoked on record save of parent table Project

A sample app that demonstrates event actions

https://www.appsheet.com/samples/How-to-go-to-a-view-based-on-the-users-form-submission?appGuidStrin...

Thanks for the links.

Top Labels in this Space