Hi @Chenyu_lu ,
We would need to initialise the list variable at first, maybe you can try the below using an Assign
Activity before the While
Activity :
correct_digit_list = new List(Of Integer)
1 Like