# Bidrectional updates

**URL:** https://community.glideapps.com/t/bidrectional-updates/61166
**Category:** Ask for Help
**Created:** [April 29, 2023, 7:25pm UTC](https://community.glideapps.com/t/bidrectional-updates/61166 "2023-04-29T19:25:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![r2e2](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/r2e2/32/56625_2.png) [@r2e2](https://community.glideapps.com/u/r2e2)
#### Post date: [April 29, 2023, 7:25pm UTC](https://community.glideapps.com/t/bidrectional-updates/61166/1 "2023-04-29T19:25:52Z")

</div>

Can one relation column update another automatically in the other direction?

eg. packages can have many books. books can belong to many packages. If I have two relation columns in each table, and add a book to a package, can the packages row update its multiple relation column to add the book?

---

<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: [April 30, 2023, 12:19am UTC](https://community.glideapps.com/t/bidrectional-updates/61166/2 "2023-04-30T00:19:28Z")

</div>

Relations look for matching values. If a match is found, then a relation is formed. If you add a row in either table, that causes another match in any of the relations, then that will be reflected in those relations. They are dynamic based if the data they are relating.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [June 8, 2023, 2:59am UTC](https://community.glideapps.com/t/bidrectional-updates/61166/3 "2023-06-08T02:59:29Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
