Unique values from the output

I'm trying to get a list of unique values as an output using the UNIQUE operator on the output. The input is currently set to the following arrow, but I'm getting this error msg. Any suggestions?

[{"gender":"female"},{"gender":"female"},{"gender":"male"},{"gender":"male"},{"gender":"male"},]

5 replies