_id & _uuid missing

@Kal_Lam that is true, but when I download this information using PowerQuery editor I see some data without _id or _uuid values and those submissions curiously do not appear in the DATA>Table View and the XLS dataset.

You could see it this clearly if you connect this data to Excel using PowerQuery editor. I am downloading this data as below:

Csv.Document(Web.Contents("https://kc.humanitarianresponse.info/api/v1/data/XXXXXX?format=csv"),[Delimiter=",", Columns=57, Encoding=65001, QuoteStyle=QuoteStyle.None])

Best regards,