The below is getting a "Unable to parse expression" error, anyone can tell me what is wrong?
@if(contains([1,2,3,4,5,6,7], item().PipeRoute), 'PC', 'PC2')
Basically, item().PipeRoute is a number, if it is between 1 and 7, I want the result to be "PC" else "PC2"

