# Expert Help :: Refine App

**URL:** https://community.glideapps.com/t/expert-help-refine-app/47613
**Category:** Ask for Help
**Created:** [August 24, 2022, 10:52am UTC](https://community.glideapps.com/t/expert-help-refine-app/47613 "2022-08-24T10:52:47Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Gregory](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gregory/32/21180_2.png) [@Gregory](https://community.glideapps.com/u/Gregory)
#### Post date: [August 24, 2022, 11:10am UTC](https://community.glideapps.com/t/expert-help-refine-app/47613/2 "2022-08-24T11:10:01Z")

</div>

First guess:  
Make a relation in “CompanyConsumables” to “Consumables” based on the name columns in both tables. Then lookup column values which should be autocompleted. I think glide can immediately use the value in the choice component even before submission.  
You might need some visibility conditions in the form and some if-then-else columns in your “companyConsumables” table.  
Edit: if you can’t immediately use the value of the choice component for the relation: configure a [custom form](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014) with the help of custom actions setting values in user-specific columns shown on new screens.

---

_[View the full topic](https://community.glideapps.com/t/expert-help-refine-app/47613)._
