Greetings,
I am bring a Parameter 'string' from a button select through from compose to initialize no problems. I have trying to filter the list items, and I can see the list item. I am trying to filter by comparing a field <new_name> against a the string, using the function "contains". For example the new_name = 'Test Company - date", and the parameter string would be "test". Looking for the result of 'Test Company - date'. I am using the Filter array, because as I understand the Filter Query (odata) does not support a "contains" function.
Unfortunately, the results are not filtered at all by the Filter Query. Thoughts???

