Hi - We are currently working on building a chatbot. As part of that we tried to mimic the traditional chat UI by leveraging Appian components. However, we are facing an issue displaying the latest message entered by the user on a card layout. A scroll bar appears in this scenario and we need to manually scroll it. Also, Auto height on card layout doesn't work as chat window getting bigger. Any alternative approach or a way that we can take care of auto vertical scrolling on a component?
TIA
Discussion posts and replies are publicly visible
Hi Riyaz Shaik
Is it possible to share the code snippet to better understand the problem. Generally speaking, the card layout needs to be refreshed on each event(new message etc.), it can be achieved by using refreshVariable.
Hi Abhay - Good to hear from you. I’ll give a try. Thanks