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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1207
    eneidaxhepa
    Participant

    Error

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.