When using SaveOrUpdateDocumentByKeyValue() from StorageService I would like to query on the owner field that I previously set with App42API.SetLoggedInUser(myUserId) ;
I tried key owner/Owner/_owner and value myUserId but nothing matches and new documents are inserted instead always. How to do this without adding myUserId as another but identical field in the document?