# AI values OR Manual values

**URL:** https://community.glideapps.com/t/ai-values-or-manual-values/74918
**Category:** Ask for Help
**Tags:** ai
**Created:** [July 15, 2024, 12:21pm UTC](https://community.glideapps.com/t/ai-values-or-manual-values/74918 "2024-07-15T12:21:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tom\_aera](https://avatars.discourse-cdn.com/v4/letter/t/65b543/32.png) [@tom\_aera](https://community.glideapps.com/u/tom_aera)
#### Post date: [July 15, 2024, 12:21pm UTC](https://community.glideapps.com/t/ai-values-or-manual-values/74918/1 "2024-07-15T12:21:41Z")

</div>

Hi everyone!

In my application the user can upload invoices. Glide AI extracts the text and multiple values.

But I want them to also be able to manually edit the values. For example if the AI didn’t catch it or got it wrong.

How do I do this?

I thought about creating a ‘If Then Else’ column which takes the AI column content IF it’s not empty. But this kind of column doesn’t allow for manual text entry. Also the AI puts out an error message if it can’t find the value, so it’s never empty anyway.

Thank you a lot in advance!

P.S: Can I maybe somehow choose the AI column as the default value for the ‘text entry’ component?

---

<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: [July 15, 2024, 12:50pm UTC](https://community.glideapps.com/t/ai-values-or-manual-values/74918/2 "2024-07-15T12:50:45Z")

</div>

Don’t try to edit the value in a computed column, because you can’t. Instead, you probably could create a separate basic column for user input. Then create an IF column that returns the user input if it’s not empty, else return the AI value.

---

<div class="post-metadata">

### Author: ![tom\_aera](https://avatars.discourse-cdn.com/v4/letter/t/65b543/32.png) [@tom\_aera](https://community.glideapps.com/u/tom_aera)
#### Post date: [July 16, 2024, 7:23am UTC](https://community.glideapps.com/t/ai-values-or-manual-values/74918/3 "2024-07-16T07:23:29Z")

</div>

Thank you Jeff!

---

<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: [July 23, 2024, 7:24am UTC](https://community.glideapps.com/t/ai-values-or-manual-values/74918/4 "2024-07-23T07:24:24Z")

</div>

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