Edit another table

I have a customers table, a tasks table and a customer_tasks table to define a many to many relationship.

I have a primary view that lists my customers. I want to click on a customer and edit only the relevant lines in the customer_tasks table. I tried to use LINKTOVIEW but it did nothing when clicking on the customer. Any suggestions?

You may instead need to use LINKTOFILTEREDVIEW() - AppSheet Help.

Ensure that you assigned the action to the view’s Row selected event.

1 Like