Hello,
I have a Clear Collect function in my on start on my app. I have a column in the collection called 'UniqueIssues' so thought I could improve the on start by only clearing the Distinct values in my 'UniqueIssues' column. I am having a hard time adding this to the below formula. Any help is appreciated.
ClearCollect(Issues,Filter('Issue tracker', Operations.Value="Centralized Services" && Created >= DateAdd(Today(),-1,TimeUnit.Days)))