How do I implement address autocomplete or get address suggestion while giving the input in interface?
Please help me out.
Discussion posts and replies are publicly visible
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?
The service part is done. But which component will be used to display the suggestion of addresses to the user in the interface?
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.
I was hoping for something like search bar. Is this possible in interface?
I think a custom picker might be an option.
https://docs.appian.com/suite/help/23.3/Custom_Picker_Component.html
https://docs.appian.com/suite/help/23.3/recipe-configure-an-array-picker.html
The separate suggest function calls that service and transforms the returned data into a datasubset.