I'm using UploadCollection to upload Attachments in a SAPUI5 App.
InstantUpload is true.
After Upload, I want to show the uploaded Attachment in the UploadCollection-Control.
Therefore, when Upload is completed, I refresh the Model.
This calls the GET_ENTITYSET method in backend, but I need to provide a TimeStamp, which is in String format.
My UploadCollection-Control has the following attribute:
items="{path: '/Products?$filter=Timestamp eq 'TestString' '}"
But this doesn`t work.
I tried
items="{path: '/Products?$filter=Timestamp eq ''TestString'' '}"
and this either didn´t work.
IV_FILTER_STRING and IT_FILTER_SELECT_OPTIONS is empty