# How to Link Invoices to Tasks Using Row ID

**URL:** https://community.glideapps.com/t/how-to-link-invoices-to-tasks-using-row-id/74107
**Category:** Ask for Help
**Created:** [June 13, 2024, 1:23pm UTC](https://community.glideapps.com/t/how-to-link-invoices-to-tasks-using-row-id/74107 "2024-06-13T13:23:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![R\_C](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/r_c/32/76516_2.png) [@R\_C](https://community.glideapps.com/u/R_C)
#### Post date: [June 13, 2024, 1:23pm UTC](https://community.glideapps.com/t/how-to-link-invoices-to-tasks-using-row-id/74107/1 "2024-06-13T13:23:34Z")

</div>

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](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/0/d037913361c2d5f572a36803d4237d6b4aca956e.png)

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

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [June 13, 2024, 1:59pm UTC](https://community.glideapps.com/t/how-to-link-invoices-to-tasks-using-row-id/74107/2 "2024-06-13T13:59:51Z")

</div>

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.
