Hello all,
I am filtering the CDS based on the one condition, and i am collecting the records in a collection
where the collection contains data only for the primary field .
ClearCollect(
colAttachmentReq,
SortByColumns(Filter(
User Uploads,
'Workitem ID'.'WorkItem ID' = galWorkItemDetails.Selected.'WorkItem ID'),"createdon",Descending))
this is happening even when i try to save the same filter condition in a local or global variable
Please help me to resolve this issue