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
I also tried to implement chat in appian and face the same issue , however i resolved it and brought recent messages on top , means new messages will come at top and older messages will get at bottom like stack data structure
Hi Aman - thanks for your response. Could you able to share the code snippet for reference?