Neither DeleteStreamEntry nor GetStreamEntry is working
Hello,
I have a stream with many data values in it, and the key value of the datashape is a field called "ID". ID is a string, as is the field "id".
As it turns out, neither the ID nor the id field will work as the parameter for GetStreamEntry or DeleteStreamEntry.
Example, here is a stream entry (showing both the ID and id fields):


And yet, when I execute "GetStreamEntry" with either of these as the ID, nothing is returned:


Does anyone have any ideas? This is driving me crazy!

