Solved
Unable to update a single value in a list with a!update
I researched and checked theres known issues for a!update so I was hoping that someone may have solutions for this particular scenario.
The output for the following code just returns a 4 instead of 4 Current
a!update(
remove(
{1,2,3,4,5,6,7},
remove(
enumerate(0,1,2,3),
1
)
),
1,
ri!application.projectYears & " Current"
)