Skip to main content
August 21, 2023
Question

Facing this Expression error while deleting empty row

  • August 21, 2023
  • 1 reply
  • 0 views

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

    1 reply

    mikes0011
    Brainy
    August 21, 2023

    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.

    The Expression Guru