Reply To: Error converting value{null} to type ‘System.Int.32’ Path ‘body[0].counter

Home Forums Bugs Error converting value{null} to type ‘System.Int.32’ Path ‘body[0].counter Reply To: Error converting value{null} to type ‘System.Int.32’ Path ‘body[0].counter

#1208
eneidaxhepa
Participant

To fix this error, locate the variable counter in the path value. You’ll see it is declared as int counter. To handle null cases and prevent the error, change it to int? counter