Juraj,
In the database field, I see the correct GUID.
I tried changing the WHERE condition to use your logic. That did not fix it.
I also created a new field with a different name (thinking maybe the word 'separator' was a key word) but that didn't fix anything.
Here is the code I'm using:
var result = await _repositoryServices.PageRetriever.RetrieveAsync(query =>
{
query.Columns(DefaultDtoFactory().SourceColumns);
filter?.Invoke(query);
},
buildCacheAction,
cancellationToken);