How to Link Invoices to Tasks Using Row ID

Hello Glide Community,

I am working on an app with two tables: “Invoices” and “Tasks”. This two tables are related to each other. Each invoice has a unique Row ID. When adding a task, I want to copy this Row ID into the “Tasks” table to maintain a connection between the tasks and their respective invoices.

Screenshot 2024-06-13 151855

Could anyone help me and probably provide a step-by-step guide on how to achieve this as i am very new on this awasome platform

Tanks
Remo

Can you explain how you add a task? Typically when using a form you should have access the parent table data by using the appropriate value components on the left have side for a typical form or configuration on the right hand side for a form container. All depends on how you have it set up to add the task.

1 Like