When im clicking at an Chat how can i set the scrolling position of the repeating Group to the bottem to see the newest chat message?
There is a workflow action called scroll to entry that takes two parameters:
- A repeating group element
- A data record that matches the type of content of the repeating group

You can set the Entry to scroll to the latest message on a page load event or a button click etc
Thx for the Info!
It works but a bit weird. When the repeating Group Has scrolling then it goes to the bottem which is what i was looking for. But when there is no scrolling then it just goes to the end of the Page. Any Work around here?
No problem ![]()
What is the expected functionality you would want here?
When there is no scrolling then do nothing
Can you share a quick video of what’s happening? I think there’s a condition we would need to set in order to prevent the scroll to RG from happening.