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
October 31, 2025 at 8:12 am
#1208
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
