How can i remove first word from a csv row text

I have data = APPLE,BALL,CAT
I want the result = BALL,CAT
I want to remove first word from a list and show them in list view

remove_first_word.aia (1.7 KB)

blocks

remove the first item from the list before assigning the list to the listview

Taifun