I am using this for the collection
ClearCollect(colShiftRollouts,
Sort(Filter(colShiftRollouts,RollOutDate=Today()),RollOutDate,SortOrder.Ascending),
Sort(Filter(colShiftRollouts,Month(RollOutDate)=Month(Today()),Year(RollOutDate)=Year(Today())),RollOutDate,SortOrder.Ascending),
Sort(Filter(colShiftRollouts,RollOutDate< Date(Year(Today()),Month(Today()),1)),RollOutDate,SortOrder.Ascending)
);
but it is creating a double value of the collection.
How to stop repetition of value