Hello community,
I have a strange issues. I have a simple flow that asks for a piece of text then checks is a field in a list contains the text. If I use the startswith expression it works like a charm but I change the word "startswith" with the word "contains" and I get an error saying expression is invalid ?
Help Please
startswith(Quote_x0020__x0023_,'@{triggerBody()?['text']}') - This works fine
contains(Quote_x0020__x0023_,'@{triggerBody()?['text']}') - This produces below error and all I did was change the first word
The function operator 'contains' is not supported or its usage is invalid.
Thanks