this proposes to enhance sharepoint list filtering capabilities ON TOP of ODATA query capabilities with the help of and exanding the "FILTER ARRAY" action. Today sharepoint list "get items" action results can be limited with ODATA query. Yet not all ODATA filter functionalities are implemented. Example "Contains", "substring", "startswith". Also handling complex filter criteria is cumbersome and moves programming away from "drag and drop" into serious coding. PROPOSAL is to enable FILTER ARRAY action to list / handle the columns of the sharepoint list. End result should be that each column of the filtered sharepoint list is available as dynamic content. today I only get this:
... View more