IF statement not working from currentrow

Im pulling a JSON to DT and validating that the JSON is correct and not some type of 404 error JSON.

Not sure why my IF isnt working. any help would be appreciated

CurrentRow.ToString.Contains(“https://”)

@Waterfowl_Waterfowl_hunte

Use currentrow(0).ToString.Contains("https:")

cheers