Skip to main content
anikd228583
November 7, 2023
Question

How to implement address autocomplete?

  • November 7, 2023
  • 9 replies
  • 0 views

How do I implement address autocomplete or get address suggestion while giving the input in interface?

Please help me out.

9 replies

stefanhelzle0001
Brainy
November 7, 2023

Use a web service that provides an address search. Then call this service in the saveInto of you address input fields. Then display the search results to the user.

Do you have any more specific questions?

anikd228583
November 7, 2023

The service part is done. But which component will be used to display the suggestion of addresses to the user in the interface?

stefanhelzle0001
Brainy
November 7, 2023

You can use any Appian interface component to do that. Depending on your use case, a simple grid or a list of card layouts for a more custom look.

November 7, 2023

Hi, If the data is from the database then for that you would have to create a custom picker for that. Let me know if this use case works for you then we can further help on it.

anikd228583
November 7, 2023

We are using google places service for locations. So is there any way to generate address suggestion & search bar?

konduruc733182
November 9, 2023

Hello anikd5353,

You can create your integration using the Google maps connected system and operation type as Autocomplete for address and place names. call this in an expression rule and try to create a picker field. 

rahuls1280
November 10, 2023

A custom picker is the only option you are left with to achieve this functionality it will automatically do the search thing also so no need of the search bar here.
Hope this helps!!