Hi,
I'm using your chat, first of all thanks for that great job!
I've a question, the chat it's refreshing only when I send a message. Do you know how to refresh with a timmer or even better, refresh when the other side has sent a message?
Thank you!
hi I believe you need to implement refresh logic , some ways to do that are mentioned below
using this component https://www.outsystems.com/forge/component-overview/8460/autorefresh-reactive
add javascript unction myFunction() { setInterval('window.location.reload();', 3000); }
please refer to this post as well https://www.outsystems.com/forums/discussion/70786/how-to-auto-refresh-a-page-after-a-certain-time-may-be-15-30-60-sec/