So your solution involves an additional Text object (referred to as 'HideText') to store the array text initially. This 'HideText' is then set as the source for the visible text object. When the append button is clicked, the hidden text appends. Subsequently, if the comparison condition is met, the remaining text is extracted from the hidden text object 👏
I appreciate your solution—it works well, though the solution is a bit lengthy. However, considering there isn't a direct way in C3 to achieve this, it's quite understandable.
Thank you for your time and help!