I'm using a SharePoint Get Items action in my flow, and I can't seem to get SharePoint to accept the ODATA filter query I'm using. I'm sure it's a minor syntax error I'm making, but I can't find the right form. I tried the syntax shown in the OData filter reference, but it isn't working. I want the action to return all list items that include the (example) string "program1" in the column "Rights JSON." That column is of the type "Multiple lines of text." My query looks like this...
contains(Rights_x0020_JSON,'program1')
And the error I'm receiving is, "The function operator 'contains' is not supported or its usage is invalid." Can anyone point out where I'm going wrong here?