Description:
I have a Repeating Group displaying chat messages, sorted by Created Date
(ascending or descending). When a new message is added to the database and the data source is updated, I want the view to scroll automatically to the last item (the newest message).
However:
- The Scroll to action doesn’t have an option to target the “Last item.”
- Adding a Group/Anchor at the bottom of the Repeating Group and scrolling to it also doesn’t seem to work reliably.
What is the correct way to automatically scroll to the last row of a Repeating Group when new data is added?