Hello,
What you said in #4 is correct - the repeater loads up each item, one by one, and because it loads the scroll action for each one, it scrolls for each.
One way to solve this is to add a condition to your scroll action: “If value of [[Item.isLast]] equals true”. Then, it will only scroll if it’s loading up the last item in the repeater.
Here’s the modified file: Chatbot_Test_modified.rp (78.9 KB)
-skb