I have the following code that should be rendering results but it doesn't:
ClearCollect(CollectMyRequests,{Value:"All"});Collect(CollectMyRequests,Distinct('ListName',Status.Value))
My "Status" column is a Sharepoint Choice column and contains the choices "To Be Started" "In Progress" and "Completed"
Any help would be appreciated. I've tried changing Value to Result and still no luck.
Thanks in advance.