# Radar Integration Stopped working properly

**URL:** https://community.glideapps.com/t/radar-integration-stopped-working-properly/73842
**Category:** Ask for Help
**Created:** [June 3, 2024, 6:45pm UTC](https://community.glideapps.com/t/radar-integration-stopped-working-properly/73842 "2024-06-03T18:45:57Z")
**Posts on this page:** 1
**Showing post:** 14

<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 6, 2024, 8:23pm UTC](https://community.glideapps.com/t/radar-integration-stopped-working-properly/73842/14 "2024-06-06T20:23:59Z")

</div>

> [@pipharvester](#):
>
> So if I am trying to use it in the process of adding a customer I am not sure how I do that and get this functionality.

You will need a custom form which uses a normal detail screen which writes to the table in real time as you type.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particular…

> [@pipharvester](#):
>
> still doesn’t clear up why it won’t do the auto complete in the data backend itself

That’s because you are not committing the text until you press enter. Until that text is actually written to the table cell, there is nothing for the radar integration to look at If you are actively editing a cell, it doesn’t yet exist in the table until you press enter.

---

_[View the full topic](https://community.glideapps.com/t/radar-integration-stopped-working-properly/73842)._
