An error occurred while executing a save: Expression evaluation error at function 'remove' [line 144]: Invalid index (2) for list: valid range is 1..1
Discussion posts and replies are publicly visible
This means you're trying to remove "list item number 2" from an array with only 1 item. If you post a snippet of your code it might help us help you troubleshoot.