go to post Douglas Preiser · Mar 30, 2018 My best guess is that the pResponse.Records object does not exist yet, since you have just created pResponse.I would guess that pResponse.Records is a null reference at this point.So, you are unable to insert anything because there is nothing to insert into.I believe you will need to instantiate a new pResponse.Records object, whatever type of class that is, before you call the InsertObject method. Certifications & Credly badges:Douglas has no Certifications & Credly badges yet.Global Masters badges:Douglas has no Global Masters badges yet.Followers:Douglas has no followers yet.Following:Douglas has not followed anybody yet.
My best guess is that the pResponse.Records object does not exist yet, since you have just created pResponse.
I would guess that pResponse.Records is a null reference at this point.
So, you are unable to insert anything because there is nothing to insert into.
I believe you will need to instantiate a new pResponse.Records object, whatever type of class that is, before you call the InsertObject method.