Hi experts,
I am struggling with the following function;
Distinct(SortByColumns('SP list',"Id",SortOrder.Descending),'BatchNr')
This function is used for a Combobox. The function worked perfect until my SharePoint list became big = (over 1500 rows), then the function stoped show the rows which is added recenlty.
My understanding is; the function is limited by using the tirm "SortByColumns".
Then I would like "Combobox" show the last 30 rows only. Or use a new extra date box and connect the existing Combobox??
Is anybody here can help me?
BR